diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a4d28c..be5da6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black language_version: python3.11 - repo: https://github.com/pycqa/isort/ - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort args: ["--profile", "black"]