repos: - repo: https://github.com/pre-commit/pre-commit-hooks sha: v1.1.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - id: flake8 - repo: https://github.com/asottile/reorder_python_imports sha: v0.3.5 hooks: - id: reorder-python-imports language_version: python3.6 - repo: https://github.com/asottile/pyupgrade sha: v1.2.0 hooks: - id: pyupgrade