1 parent 626ed47 commit 5b7c4e7Copy full SHA for 5b7c4e7
1 file changed
.pre-commit-config.yaml
@@ -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.8.0
23
hooks:
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.11.1
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.5.6
49
50
- id: ruff
51
exclude: tests/samples/
0 commit comments