diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81b1630..ad7ac68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,6 @@ repos: # TODO: turning off line length check # When ruff formatting is available, use that to auto-fix args: [--fix, --ignore=E501] - - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -29,6 +28,7 @@ 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