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 69f489d commit 82c6814Copy full SHA for 82c6814
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: isort
6
7
- repo: https://github.com/python/black
8
- rev: 21.12b0
+ rev: 22.1.0
9
hooks:
10
- id: black
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.30.1
+ rev: v2.31.0
14
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.1
+ rev: 1.7.3
25
26
- id: bandit
27
args: ["-c", "bandit.conf"]
dev-requirements.txt
@@ -1,6 +1,6 @@
1
-black==21.12b0
+black==22.1.0
2
isort==5.10.1
3
-pre-commit==2.16.0
+pre-commit==2.17.0
4
flake8==4.0.1
-bandit==1.7.1
-gitlint==0.17.0
+bandit==1.7.3
+gitlint== v0.17.0
0 commit comments