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 Sep 4, 2023
1 parent 46a6c72 commit 89e4dd4
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 @@ -16,15 +16,15 @@ repos:
- id: requirements-txt-fixer
- id: fix-encoding-pragma
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down

0 comments on commit 89e4dd4

Please sign in to comment.