We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d1999 commit caab8f5Copy full SHA for caab8f5
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ ci:
14
repos:
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
hooks:
19
- id: check-added-large-files
20
- id: check-case-conflict
@@ -37,7 +37,7 @@ repos:
37
- --target-version=py312
38
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.11.2
+ rev: v0.12.9
41
42
- id: ruff
43
@@ -48,7 +48,7 @@ repos:
48
language_version: python3
49
50
- repo: https://github.com/asottile/pyupgrade
51
- rev: v3.19.1
+ rev: v3.20.0
52
53
- id: pyupgrade
54
args:
@@ -72,7 +72,7 @@ repos:
72
- black
73
74
- repo: https://github.com/pre-commit/mirrors-mypy
75
- rev: v1.15.0
+ rev: v1.17.1
76
77
- id: mypy
78
files: "src/"
0 commit comments