We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09e041 commit 6452004Copy full SHA for 6452004
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
rev: v0.12.2
62
hooks:
63
- - id: ruff
+ - id: ruff-check
64
- id: ruff-format
65
- repo: https://github.com/pre-commit/mirrors-prettier
66
rev: v4.0.0-alpha.8
Makefile
@@ -39,7 +39,7 @@ check-dist:
39
rm -rf $(TMP)
40
41
ruff:
42
- pre-commit run --all-files ruff
+ pre-commit run --all-files ruff-check
43
44
pytest:
45
@if command -v pytest > /dev/null; then \
0 commit comments