blob: 7be015d3c01bd5b49e537967cf570540566f5593 [file] [log] [blame]
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.1
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
- id: flake8
additional_dependencies: [flake8-bugbear]