Skip to content

Commit 9b81bc4

Browse files
authored
Auto-update pre-commit hooks
1 parent 93fd272 commit 9b81bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/charliermarsh/ruff-pre-commit
5-
rev: v0.3.4
5+
rev: v0.4.2
66
hooks:
77
- id: ruff
88
args: [--fix]
99
- id: ruff-format
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-yaml
1414
- id: fix-encoding-pragma
@@ -29,7 +29,7 @@ repos:
2929
- id: rst-directive-colons
3030
- id: rst-inline-touching-normal
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.9.0
32+
rev: v1.10.0
3333
hooks:
3434
- id: mypy
3535
files: ^src/

0 commit comments

Comments
 (0)