We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0610e commit ec49e8cCopy full SHA for ec49e8c
.pre-commit-config.yaml
@@ -12,10 +12,10 @@ repos:
12
- id: check-toml
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.9.1
+ rev: v0.12.2
16
hooks:
17
- - id: ruff
+ - id: ruff-check
18
args: [ --fix ]
19
- id: ruff-format
20
21
args: [ --select, ISC001, --fix ]
0 commit comments