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 b4cd14a + c519dd6 commit 7cec85aCopy full SHA for 7cec85a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 21.4b2
+ rev: 21.5b1
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -21,7 +21,7 @@ repos:
21
exclude: _pytest/(debugging|hookspec).py
22
language_version: python3
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 3.9.1
+ rev: 3.9.2
25
26
- id: flake8
27
@@ -34,7 +34,7 @@ repos:
34
- id: reorder-python-imports
35
args: ['--application-directories=.:src', --py36-plus]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.14.0
+ rev: v2.15.0
38
39
- id: pyupgrade
40
args: [--py36-plus]
0 commit comments