pre-commit: fix ruff hook being a no-op

This commit is contained in:
Hugo Osvaldo Barrera 2023-09-24 12:35:16 +02:00
parent 5a17ec1bba
commit df8c4a1cf5

View file

@ -26,6 +26,7 @@ repos:
rev: 'v0.0.265' rev: 'v0.0.265'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: local - repo: local
hooks: hooks:
- id: typos-syncroniz - id: typos-syncroniz