We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af159c8 commit 292f841Copy full SHA for 292f841
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: black
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.31.0
+ rev: v2.31.1
14
hooks:
15
- id: pyupgrade
16
args: ["--py37-plus"]
@@ -21,7 +21,7 @@ repos:
21
- id: flake8
22
23
- repo: https://github.com/PyCQA/bandit
24
- rev: 1.7.3
+ rev: 1.7.4
25
26
- id: bandit
27
args: ["-c", "bandit.conf"]
dev-requirements.txt
@@ -2,5 +2,5 @@ black==22.3.0
2
isort==5.10.1
3
pre-commit==2.17.0
4
flake8==4.0.1
5
-bandit==1.7.3
+bandit==1.7.4
6
gitlint== v0.17.0
0 commit comments