Skip to content

Commit 2b70986

Browse files
committed
Update pre-commit hook versions
1 parent 0f4cf9a commit 2b70986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 22.3.0
7+
rev: 22.10.0
88
hooks:
99
- id: black
1010
args: [ '--safe' ]
@@ -18,7 +18,7 @@ repos:
1818
# E203 black conflicts with "whitespace before ':'" rule
1919
'--ignore=E501,W503,E203,C901' ]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v0.942
21+
rev: v0.991
2222
hooks:
2323
- id: mypy
2424
exclude: /tests/

0 commit comments

Comments
 (0)