diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bbfa379..1c62f552 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: double-quote-string-fixer - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 21.7b0 hooks: - id: black @@ -19,7 +19,7 @@ repos: hooks: - id: blackdoc - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8 @@ -28,8 +28,8 @@ repos: rev: v2.2.0 hooks: - id: seed-isort-config - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.9.2 + - repo: https://github.com/PyCQA/isort + rev: 5.9.3 hooks: - id: isort @@ -39,7 +39,7 @@ repos: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 0.13.1 + rev: 1.1.0 hooks: - id: nbqa-black additional_dependencies: [black==21.7b0]