We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a706553 commit fc0f4aaCopy full SHA for fc0f4aa
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
rev: v0.14.10
4
hooks:
5
- - id: ruff
+ - id: ruff-check
6
args: [--fix]
7
- id: ruff-format
8
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments