Skip to content

Commit

Permalink
ruff -> ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Mar 10, 2024
1 parent fdfd8db commit 23c928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -27,7 +27,7 @@ blackcheck:
./scripts/blacken.sh --check

lint:
ruff ./core
ruff check ./core

imports:
pycln ./core
Expand Down

0 comments on commit 23c928a

Please sign in to comment.