Skip to content

Commit 8f0417c

Browse files
fabiocaccamogithub-actions[bot]
authored andcommitted
Update pre-commit hooks.
1 parent 3cf442a commit 8f0417c

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
@@ -3,7 +3,7 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
@@ -14,14 +14,14 @@ repos:
1414
- id: fix-future-annotations
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.13
17+
rev: v0.14.3
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.16.0
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
args: [--config-file=pyproject.toml]
@@ -31,7 +31,7 @@ repos:
3131
]
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v5.0.0
34+
rev: v6.0.0
3535
hooks:
3636
- id: trailing-whitespace
3737
- id: end-of-file-fixer

0 commit comments

Comments
 (0)