diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 381082dd2..7ee657c6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,8 @@ repos: # - id: check-docstring-first # We can enable this rule once models.py is simplified - id: check-yaml - - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + - repo: https://github.com/PyCQA/isort + rev: 4.3.21 hooks: - id: isort