diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84f5e7c..dbad6cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: exclude: ".copier-answers.yml" - id: check-yaml - repo: https://github.com/PyCQA/isort - rev: "9.0.0a3" + rev: "9.0.0b1" hooks: - id: isort additional_dependencies: [toml]