- repo: https://github.com/pre-commit/pre-commit-hooks sha: v0.9.5 hooks: - id: autopep8-wrapper - id: check-ast - id: check-case-conflict - id: check-merge-conflict - id: double-quote-string-fixer - id: end-of-file-fixer - id: flake8 - id: requirements-txt-fixer - id: trailing-whitespace - id: fix-encoding-pragma - id: debug-statements - repo: https://github.com/asottile/reorder_python_imports sha: v0.3.5 hooks: - id: reorder-python-imports language_version: python3.7 - repo: https://github.com/Lucas-C/pre-commit-hooks-safety sha: v1.1.0 hooks: - id: python-safety-dependencies-check - repo: https://github.com/asottile/add-trailing-comma sha: v0.6.4 hooks: - id: add-trailing-comma