Replace local and CI workflow by pre-commit (#3020)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-08-09 18:56:37 +02:00
committed by GitHub
parent b38f81e7f8
commit 8c063f305f

View File

@ -39,7 +39,7 @@ check-dist:
rm -rf $(TMP)
ruff:
ruff .
pre-commit run --all-files ruff
pytest:
@if command -v pytest > /dev/null; then \