This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/githooks/pre-commit

5 lines
85 B
Text
Raw Normal View History

2023-05-28 18:51:37 +02:00
#!/bin/sh
python3 -m ruff --fix --exit-non-zero-on-fix .
2023-05-28 18:51:37 +02:00
python3 -m black --check .