repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8 exclude: ^docs/conf.py - repo: https://github.com/asottile/pyupgrade rev: v2.16.0 hooks: - id: pyupgrade - repo: https://github.com/asottile/add-trailing-comma rev: v2.1.0 hooks: - id: add-trailing-comma