diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2348b9..8dbbe15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,8 @@ repos: - id: check-yaml - id: debug-statements - id: requirements-txt-fixer -- repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 +- repo: https://github.com/pycqa/isort + rev: 5.5.2 hooks: - id: isort - repo: https://github.com/lovesegfault/beautysh