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 291ec71 commit 68cc78eCopy full SHA for 68cc78e
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
8
# isort should run before black as black sometimes tweaks the isort output
9
- repo: https://github.com/timothycrosley/isort
10
- rev: 5.6.4
+ rev: 5.7.0
11
hooks:
12
- id: isort
13
files: .+\.py$
@@ -19,12 +19,12 @@ repos:
19
- id: black
20
21
- repo: https://gitlab.com/pycqa/flake8
22
- rev: 3.8.4
+ rev: 3.8.3
23
24
- id: flake8
25
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.790 # Must match ci/requirements/*.yml
+ rev: v0.800 # Must match ci/requirements/*.yml
28
29
- id: mypy
30
0 commit comments