diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7b665e4..f735eea1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: check-docstring-first - id: check-case-conflict # Check for files with names that would conflict on a case-insensitive filesystem - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort exclude: '(notebooks|attic|benchmark|testdata)/.*'