Skip to content

Commit 5b7c4e7

Browse files
sahilrlgithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 626ed47 commit 5b7c4e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repos:
1919
tests/samples/pygoat.semgrep.sarif.json
2020
)$
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
exclude: |
2626
(?x)^(
2727
tests/samples/.*|
2828
)$
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.10.1
30+
rev: v1.11.1
3131
hooks:
3232
- id: mypy
3333
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.5.0
48+
rev: v0.5.6
4949
hooks:
5050
- id: ruff
5151
exclude: tests/samples/

0 commit comments

Comments
 (0)