Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored and github-actions[bot] committed Oct 7, 2024
1 parent 68e43e5 commit 2ced9c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude: .*csv
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,11 +17,11 @@ repos:
- id: requirements-txt-fixer
- id: fix-encoding-pragma
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.10
hooks:
- id: bandit
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down

0 comments on commit 2ced9c5

Please sign in to comment.