remove pre-commit change
This commit is contained in:
parent
7ea116d74c
commit
f8a8bdbeb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue