Skip to content

Commit 68cc78e

Browse files
committed
Update pre-commit
1 parent 291ec71 commit 68cc78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77

88
# isort should run before black as black sometimes tweaks the isort output
99
- repo: https://github.com/timothycrosley/isort
10-
rev: 5.6.4
10+
rev: 5.7.0
1111
hooks:
1212
- id: isort
1313
files: .+\.py$
@@ -19,12 +19,12 @@ repos:
1919
- id: black
2020

2121
- repo: https://gitlab.com/pycqa/flake8
22-
rev: 3.8.4
22+
rev: 3.8.3
2323
hooks:
2424
- id: flake8
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.790 # Must match ci/requirements/*.yml
27+
rev: v0.800 # Must match ci/requirements/*.yml
2828
hooks:
2929
- id: mypy
3030

0 commit comments

Comments
 (0)