1 parent 626ed47 commit 27f0e77Copy full SHA for 27f0e77
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: check-json
@@ -19,15 +19,15 @@ repos:
19
tests/samples/pygoat.semgrep.sarif.json
20
)$
21
- repo: https://github.com/psf/black
22
- rev: 24.4.2
+ rev: 24.10.0
23
24
- id: black
25
exclude: |
26
(?x)^(
27
tests/samples/.*|
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.10.1
+ rev: v1.13.0
31
32
- id: mypy
33
@@ -45,7 +45,7 @@ repos:
45
"types-requests~=2.13",
46
]
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.5.0
+ rev: v0.8.0
49
50
- id: ruff
51
exclude: tests/samples/
0 commit comments