diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1c42109..a9d216af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,13 +28,13 @@ repos: args: [--autofix] - id: debug-statements language_version: python3 -- repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 +- repo: https://github.com/PyCQA/isort + rev: 5.10.1 hooks: - id: isort exclude: tests/data -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 exclude: tests/data