Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 18, 2024
2 parents b1fe0ef + 46b6569 commit d2f40e2
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 @@ -25,14 +25,14 @@ repos:
- python

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
types:
- python

- repo: https://github.com/pycqa/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: ["-ll"]
Expand Down

0 comments on commit d2f40e2

Please sign in to comment.