Skip to content

Commit a85e63d

Browse files
authored
chore: update pre-commit hooks, ruff renamed to ruff-check (#933)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 3b20e0f commit a85e63d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -9,17 +9,17 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.15.0
12+
rev: v1.18.1
1313
hooks:
1414
- id: mypy
1515
exclude: '^(docs|tasks|tests)|setup\.py'
1616
args: []
1717
additional_dependencies: [pyparsing, nox, orjson]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.8
20+
rev: v0.13.0
2121
hooks:
22-
- id: ruff
22+
- id: ruff-check
2323
args: [ --fix, --show-fixes ]
2424
- id: ruff-format
2525

0 commit comments

Comments
 (0)