Skip to content

Commit f320c2c

Browse files
fabiocaccamogithub-actions[bot]
authored andcommitted
Update pre-commit hooks.
1 parent 2391865 commit f320c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1
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.16.1
2525
hooks:
2626
- id: mypy
2727
args: [--ignore-missing-imports, --strict]

0 commit comments

Comments
 (0)