Skip to content

Commit 08958c8

Browse files
authored
Update pre-commit hooks (#463)
1 parent 4a267c5 commit 08958c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
# The project's documentation can be found at:
105105
# https://mypy.readthedocs.io/en/stable/index.html
106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v1.20.2
107+
rev: v2.1.0
108108
hooks:
109109
- id: mypy
110110
exclude: ^{{ cookiecutter.project_slug }}/

{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ repos:
106106
# The project's documentation can be found at:
107107
# https://mypy.readthedocs.io/en/stable/index.html
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.20.2
109+
rev: v2.1.0
110110
hooks:
111111
- id: mypy
112112
exclude: ^tests/.*$

0 commit comments

Comments
 (0)