diff --git a/githooks/pre-commit b/githooks/pre-commit index 7c181ef..b81fb61 100755 --- a/githooks/pre-commit +++ b/githooks/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh +python3 -m ruff --fix --exit-non-zero-on-fix . python3 -m black --check . -python3 -m ruff check .