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 6501da1 commit addf273Copy full SHA for addf273
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: '.gitignore|.*\.gii$'
@@ -11,7 +11,10 @@ repos:
11
- id: check-toml
12
- id: check-json
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.3.1
+ rev: v0.5.3
15
16
- id: ruff
17
+ args: [ --fix ]
18
- id: ruff-format
19
+ - id: ruff
20
+ args: [ --select, ISC001, --fix ]
0 commit comments