Skip to content

Commit 13e32cb

Browse files
authored
update precommit hooks (#28)
2 parents 937158e + 9c483ed commit 13e32cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.4.4
3+
rev: v0.9.4
44
hooks:
55
- id: ruff
66
args: [ --fix, --select, I ]
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.10.0
9+
rev: v1.14.1
1010
hooks:
1111
- id: mypy
1212
additional_dependencies:

0 commit comments

Comments
 (0)