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