diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14b4030..36ce790 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort types: [python]