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 17bc25c commit fd40a59Copy full SHA for fd40a59
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: check-toml
23
24
- repo: https://github.com/PyCQA/flake8
25
- rev: "7.1.2"
+ rev: "7.3.0"
26
hooks:
27
- id: flake8
28
args: [--config=.flake8, '--ignore=FCN001,W503']
@@ -38,18 +38,18 @@ repos:
38
- id: detect-secrets
39
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.9.10
+ rev: v0.12.4
42
43
- id: ruff
44
- id: ruff-format
45
46
- repo: https://github.com/gitleaks/gitleaks
47
- rev: v8.24.0
+ rev: v8.28.0
48
49
- id: gitleaks
50
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.15.0
+ rev: v1.17.0
53
54
- id: mypy
55
additional_dependencies: ["types-PyYAML", "types-requests"]
0 commit comments