Skip to content

Commit 89a6c45

Browse files
committed
Bump pre-commit hooks.
1 parent 4c81f1c commit 89a6c45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.10
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.17.1
2525
hooks:
2626
- id: mypy
2727
args: [--ignore-missing-imports, --strict]
@@ -32,7 +32,7 @@ repos:
3232
]
3333

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

0 commit comments

Comments
 (0)