Skip to content

Commit

Permalink
Replace local and CI workflow by pre-commit (codespell-project#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Aug 9, 2023
1 parent b38f81e commit 8c063f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8c063f3

Please sign in to comment.