diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 858a4e12..ef4f5f73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,18 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.0.0 + rev: v2.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements +- repo: https://gitlab.com/pycqa/flake8 + rev: 3.7.1 + hooks: - id: flake8 exclude: ^docs/conf.py - repo: https://github.com/asottile/pyupgrade - rev: v1.8.0 + rev: v1.11.1 hooks: - id: pyupgrade - repo: https://github.com/asottile/add-trailing-comma