Skip to content

Commit 06df7af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.1 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.1...v2.0.2) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
1 parent df396a8 commit 06df7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222
additional_dependencies: [flake8-typing-imports==1.14.0]
2323
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v2.0.1
24+
rev: v2.0.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/add-trailing-comma
@@ -34,7 +34,7 @@ repos:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.991
37+
rev: v1.0.1
3838
hooks:
3939
- id: mypy
4040
exclude: ^tests/

0 commit comments

Comments
 (0)