Skip to content

Commit

Permalink
Update pre-commit hooks (#773)
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks

Co-authored-by: drdavella <[email protected]>
  • Loading branch information
github-actions[bot] and drdavella authored Aug 7, 2024
1 parent 977c5c5 commit fd09145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
tests/samples/pygoat.semgrep.sarif.json
)$
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
exclude: |
Expand All @@ -45,7 +45,7 @@ repos:
"types-requests~=2.13",
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
exclude: tests/samples/
Expand Down

0 comments on commit fd09145

Please sign in to comment.