diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a78c459c69..1bc692c2d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,3 +7,8 @@ repos: args: [ --fix ] # Run the formatter. - id: ruff-format + - repo: https://github.com/pycqa/isort + rev: 5.13.2 + hooks: + - id: isort + name: isort (python) \ No newline at end of file