diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31749d3b..9999fb76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort language_version: python3.11