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 c0b2ac0 commit 177fa49Copy full SHA for 177fa49
.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.3.0
9
hooks:
10
- id: black
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.30.1
+ rev: v2.32.1
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.4
25
26
- id: bandit
27
args: ["-c", "bandit.conf"]
dev-requirements.txt
@@ -1,5 +1,5 @@
1
-black==21.12b0
+black==22.3.0
2
isort==5.10.1
3
-pre-commit==2.16.0
+pre-commit==2.19.0
4
flake8==4.0.1
-bandit==1.7.1
+bandit==1.7.4
0 commit comments