repos: - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 args: [--config=setup.cfg] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-docstring-first - id: check-toml - id: check-yaml exclude: packaging/.* - id: end-of-file-fixer