Skip to content

Commit 55596b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.2 → 1.7.4](PyCQA/bandit@1.7.2...1.7.4) - 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)
1 parent 3d25cb7 commit 55596b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ repos:
4343
- id: black # black-jupyter
4444
## >>> black and isort ##
4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.2
46+
rev: 1.7.4
4747
hooks:
4848
- id: bandit
4949
args: [--recursive, --quiet]
50-
- repo: https://gitlab.com/PyCQA/flake8
51-
rev: 3.9.2
50+
- repo: https://github.com/PyCQA/flake8
51+
rev: 4.0.1
5252
hooks:
5353
- id: flake8 # E***, W***, F***
5454
additional_dependencies:

0 commit comments

Comments
 (0)