Skip to content

Commit 09da4e8

Browse files
Merge branch 'master' into fix/warnings
2 parents 68b0709 + adf472c commit 09da4e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.1
15+
rev: v0.12.2
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
args: [ --fix ]
1919
- id: ruff-format
20-
- id: ruff
21-
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)