Skip to content

Commit 69909b4

Browse files
author
Joseph Hamman
committed
update pre-commit
1 parent 2bbf2df commit 69909b4

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
@@ -14,7 +14,7 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/psf/black
17-
rev: 21.12b0
17+
rev: 22.1.0
1818
hooks:
1919
- id: black
2020
args: ["--line-length", "80", "--skip-string-normalization"]
@@ -39,7 +39,7 @@ repos:
3939
language_version: system
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.910
42+
rev: v0.931
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [

0 commit comments

Comments
 (0)