diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd4f748a..5bc29280 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^tests/data/ repos: - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.1 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/asottile/seed-isort-config