diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd5922ab2..116a70261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,17 @@ repos: - repo: https://github.com/psf/black - rev: stable + rev: 22.3.0 hooks: - id: black language_version: python3 + - repo: https://github.com/pycqa/flake8 + rev: 4.0.1 + hooks: + - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v4.3.0 hooks: - - id: flake8 - id: check-added-large-files - id: check-ast - id: check-byte-order-marker