Skip to content

Commit 58e1a6f

Browse files
Update pre-commit hooks (#468)
chore: update pre-commit hooks Co-authored-by: drdavella <[email protected]>
1 parent 2fb3978 commit 58e1a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
tests/samples/pygoat.semgrep.sarif.json
2020
)$
2121
- repo: https://github.com/psf/black
22-
rev: 24.3.0
22+
rev: 24.4.0
2323
hooks:
2424
- id: black
2525
exclude: |
@@ -45,7 +45,7 @@ repos:
4545
"types-requests~=2.13",
4646
]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.3.6
48+
rev: v0.3.7
4949
hooks:
5050
- id: ruff
5151
exclude: tests/samples/

0 commit comments

Comments
 (0)