We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ada144 + 3421741 commit 9787668Copy full SHA for 9787668
2 files changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: check-toml
20
21
- repo: https://github.com/PyCQA/flake8
22
- rev: "7.2.0"
+ rev: "7.3.0"
23
hooks:
24
- id: flake8
25
args: [--config=.flake8]
@@ -35,7 +35,7 @@ repos:
35
- id: detect-secrets
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.11.13
+ rev: v0.12.0
39
40
- id: ruff
41
- id: ruff-format
@@ -54,7 +54,7 @@ repos:
54
- id: gitleaks
55
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: v1.16.0
+ rev: v1.16.1
58
59
- id: mypy
60
additional_dependencies: ["types-PyYAML", "types-requests"]
0 commit comments