diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e171efd..b2b21f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,12 +36,12 @@ repos: - id: check-yaml - repo: https://github.com/pycqa/pylint - rev: pylint-2.6.0 + rev: v2.10.2 hooks: - id: pylint - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.8b0 hooks: - id: black @@ -57,7 +57,7 @@ repos: - id: flake8 additional_dependencies: [flake8-typing-imports==1.10.0] - - repo: https://github.com/timothycrosley/isort + - repo: https://github.com/PyCQA/isort rev: 5.9.3 hooks: - id: isort