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 ff6569b commit 84d56a8Copy full SHA for 84d56a8
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.37.2
+ rev: v2.37.3
17
hooks:
18
- id: pyupgrade
19
args: [--py36-plus]
@@ -23,7 +23,7 @@ repos:
23
- id: black
24
args: [--line-length=79]
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 4.0.1
+ rev: 5.0.3
27
28
- id: flake8
29
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments