fix: pre-commit check was broken
This commit is contained in:
@@ -14,8 +14,9 @@ repos:
|
|||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
exclude: cibuildwheel/resources/pinned_docker_images.cfg
|
exclude: cibuildwheel/resources/pinned_docker_images.cfg
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: '' # Use the sha / tag you want to point at
|
rev: v0.782
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
files: cibuildwheel|test
|
files: cibuildwheel/|test/
|
||||||
exclude: cibuildwheel/resources
|
entry: mypy
|
||||||
|
pass_filenames: false
|
||||||
|
|||||||
Reference in New Issue
Block a user