diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f4d4dc60..287fe9a83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,4 @@ repos: hooks: - id: isort name: isort - stages: [commit] + stages: [pre-commit] diff --git a/pyproject.toml b/pyproject.toml index 5111ba864..30bc376d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ develop = [ "pytest-benchmark~=5.1", "pre-commit~=4.0", "ruff~=0.9", - "isort>=5,<8" + "isort>=5,<9" ] [tool.setuptools.packages.find]