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.
2 parents 187f669 + 4e9f0e7 commit 03d40b2Copy full SHA for 03d40b2
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.9.3
+ rev: 5.10.1
4
hooks:
5
- id: isort
6
7
- repo: https://github.com/python/black
8
- rev: 21.9b0
+ rev: 21.11b1
9
10
- id: black
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.29.0
+ rev: v2.29.1
14
15
- id: pyupgrade
16
args: ["--py36-plus"]
dev-requirements.txt
@@ -1,4 +1,4 @@
-black==21.9b0
-isort==5.9.3
-pre-commit==2.15.0
+black==21.11b1
+isort==5.10.1
+pre-commit==2.16.0
flake8==4.0.1
0 commit comments