Skip to content

Commit 54738e6

Browse files
ci: pre-commit autoupdate (#248)
1 parent 9ac3f4c commit 54738e6

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
@@ -19,13 +19,13 @@ repos:
1919
- id: requirements-txt-fixer
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: v0.11.4
22+
rev: v0.12.2
2323
hooks:
2424
# Run the linter.
2525
- id: ruff
2626
args: [ --fix ]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.15.0
28+
rev: v1.16.1
2929
hooks:
3030
- id: mypy
3131
additional_dependencies: [types-PyYAML]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: codespell
3737
- repo: https://github.com/commit-check/commit-check
38-
rev: v0.9.5
38+
rev: v0.9.8
3939
hooks:
4040
- id: check-message
4141
# - id: check-branch # uncomment if you need.

0 commit comments

Comments
 (0)