Skip to content

Commit

Permalink
Skip bandit in pre-commit-ci updates
Browse files Browse the repository at this point in the history
This is a temporary fix due to the known issue in bandit>=1.7.7, see PyCQA/bandit#1106
  • Loading branch information
mportesdev committed Jul 16, 2024
1 parent 6d1a3bd commit 5438494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
skip: [bandit]

repos:
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
Expand Down

0 comments on commit 5438494

Please sign in to comment.