diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2651581df..13e03cc57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: - id: black language_version: python3 exclude: elasticapm\/utils\/wrapt -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 exclude: elasticapm\/utils\/wrapt|build|src|tests|dist|conftest.py|setup.py