Skip to content

Commit 223c802

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.11...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1)
1 parent 052c6bc commit 223c802

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,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
4141

4242
# Lint and Format code
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.11.11'
44+
rev: 'v0.12.8'
4545
hooks:
4646
- id: ruff
4747
args:
@@ -56,7 +56,7 @@ repos:
5656

5757
# Static typehint linting.
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.15.0
59+
rev: v1.17.1
6060
hooks:
6161
- id: mypy
6262

0 commit comments

Comments
 (0)