diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1b9e51a..ef68f39e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,9 @@ repos: rev: v0.11.3 hooks: - id: ruff + args: ["check", "--select", "I", "--fix"] + fail_fast: true + - id: ruff - repo: local hooks: - id: pylint