blob: cf13b84e90fb641f5c5057bb69bf32a126cfbf4d [file] [log] [blame]
repos:
- repo: https://github.com/ambv/black
rev: 18.5b1
hooks:
- id: black
args: [--safe, --quiet, --line-length=79]
python_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-ast
- id: mixed-line-ending
- id: debug-statements
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade