diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a5a6b8054..3ee0adfbf1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,8 @@ repos: hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - # - repo: https://github.com/pycqa/isort - # rev: 5.12.0 - # hooks: - # - id: isort - # name: isort (python) + - repo: https://github.com/pycqa/isort + rev: 5.13.2 + hooks: + - id: isort + name: isort (python)