Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/bandit: 1.7.2 → 1.7.3](PyCQA/bandit@1.7.2...1.7.3)
- https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2022
1 parent 3d25cb7 commit 2fb5c8d
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 @@ -43,12 +43,12 @@ repos:
- id: black # black-jupyter
## >>> black and isort ##
- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.3
hooks:
- id: bandit
args: [--recursive, --quiet]
- repo: https://gitlab.com/PyCQA/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8 # E***, W***, F***
additional_dependencies:
Expand Down

0 comments on commit 2fb5c8d

Please sign in to comment.