Skip to content

Commit

Permalink
Update flake8 and bandit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Feb 7, 2024
1 parent 68749e4 commit d59c568
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.7
hooks:
- id: bandit
entry: bandit -ll --exclude=tests/ --skip=B303
Expand Down

0 comments on commit d59c568

Please sign in to comment.