diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 934396a..a1fc134 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,7 @@ repos: # TODO: turning off line length check # When ruff formatting is available, use that to auto-fix args: [--fix, --exit-non-zero-on-fix, --ignore=E501] + - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: @@ -28,7 +29,6 @@ repos: - id: check-yaml - id: check-added-large-files args: ['--maxkb=20000'] - - id: check-ast - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-shebang-scripts-are-executable