diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19615e0f10..1273162acc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: [black==22.10] -- repo: https://github.com/pycqa/isort +- repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort @@ -31,7 +31,7 @@ repos: - id: isort name: isort (cython) types: [cython] -- repo: https://github.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8