diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17f20ae78b..2ec685545e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,10 @@ repos: - id: ruff args: [--fix] - id: ruff-format +- repo: https://github.com/pycqa/isort + rev: '5.12.0' + hooks: + - id: isort - repo: https://github.com/jazzband/pip-tools rev: 7.3.0 hooks: