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 1059c20 + a146640 commit 482e6e6Copy full SHA for 482e6e6
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.14.0
+ rev: v2.15.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
@@ -10,11 +10,11 @@ repos:
10
- id: reorder-python-imports
11
args: ["--application-directories", "src"]
12
- repo: https://github.com/psf/black
13
- rev: 21.4b2
+ rev: 21.5b1
14
15
- id: black
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 3.9.1
+ rev: 3.9.2
18
19
- id: flake8
20
additional_dependencies:
0 commit comments