diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2663951a0..a750b5e8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,18 +6,18 @@ repos: - id: end-of-file-fixer - id: check-docstring-first - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 22.1.0 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - - 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