diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee657c6a..fb7ee4a29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,11 @@ repos: # - id: check-docstring-first # We can enable this rule once models.py is simplified - id: check-yaml - - repo: https://github.com/PyCQA/isort - rev: 4.3.21 + - repo: https://github.com/pycqa/isort + rev: 5.11.5 hooks: - id: isort + name: isort (python) - repo: https://github.com/psf/black rev: 22.3.0