diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b63084..c5d4138 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,18 +28,18 @@ 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 - - repo: https://github.com/prettier/pre-commit - rev: 57f39166b5a5a504d6808b87ab98d41ebf095b46 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v2.3.2 hooks: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 1.0.0 + rev: 1.1.0 hooks: - id: nbqa-black additional_dependencies: [black==21.7b0]