remove pre-commit change

This commit is contained in:
Gleb Nikonorov 2020-06-13 09:55:55 -04:00
parent 7ea116d74c
commit f8a8bdbeb0
1 changed files with 6 additions and 6 deletions

View File

@ -42,12 +42,12 @@ repos:
- id: setup-cfg-fmt
# TODO: when upgrading setup-cfg-fmt this can be removed
args: [--max-py-version=3.9]
#- repo: https://github.com/pre-commit/mirrors-mypy
#rev: v0.780 # NOTE: keep this in sync with setup.cfg.
#hooks:
#- id: mypy
#files: ^(src/|testing/)
#args: []
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.780 # NOTE: keep this in sync with setup.cfg.
hooks:
- id: mypy
files: ^(src/|testing/)
args: []
- repo: local
hooks:
- id: rst