diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 073c1e9..d7b2192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort additional_dependencies: [toml]