Files
cibuildwheel/.pre-commit-config.yaml
T

21 lines
587 B
YAML
Raw Normal View History

2020-05-17 18:24:58 +02:00
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
hooks:
- id: flake8
pass_filenames: true
# this seems to need to be here in addition to setup.cfg
exclude: cibuildwheel/resources/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-mypy
rev: '' # Use the sha / tag you want to point at
hooks:
2020-06-14 21:20:05 +02:00
- id: mypy
files: cibuildwheel|test
exclude: cibuildwheel/resources