Skip to content

Commit 22e2e16

Browse files
ci(pre-commit): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.4](astral-sh/ruff-pre-commit@v0.11.2...v0.12.4) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
1 parent 75d1999 commit 22e2e16

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
@@ -37,7 +37,7 @@ repos:
3737
- --target-version=py312
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.11.2
40+
rev: v0.12.4
4141
hooks:
4242
- id: ruff
4343

@@ -48,7 +48,7 @@ repos:
4848
language_version: python3
4949

5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.19.1
51+
rev: v3.20.0
5252
hooks:
5353
- id: pyupgrade
5454
args:
@@ -72,7 +72,7 @@ repos:
7272
- black
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.15.0
75+
rev: v1.17.0
7676
hooks:
7777
- id: mypy
7878
files: "src/"

0 commit comments

Comments
 (0)