fix: pre-commit check was broken

This commit is contained in:
Henry Schreiner
2020-08-14 15:49:56 -04:00
parent 43abc35259
commit 6d6d277ea5
+4 -3
View File
@@ -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