diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a47a506..511c1f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: args: [--autofix, --indent, "4", --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: [--profile, black]