Newer
Older
- repo: https://github.com/pre-commit/pre-commit-hooks
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ambv/black
- repo: https://gitlab.com/pycqa/flake8.git
args: ['--max-line-length=140', '--ignore=E203,E402']
- repo: https://github.com/pre-commit/mirrors-mypy
additional_dependencies: [types-setuptools, types-pytz, types-PyYAML]