Skip to content

Commit 48d3c54

Browse files
Support isort 9 (#11352)
Closes #11351
1 parent 46d7486 commit 48d3c54

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
4343
types: [python]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 9.0.0b5
45+
rev: 9.0.0
4646
hooks:
4747
- id: isort
4848
exclude: doc/data/messages/

doc/whatsnew/fragments/11351.other

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Upgrade the ``isort`` upper bound so ``isort`` 9 can be installed alongside pylint.
2+
3+
Closes #11351

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"dill>=0.2; python_version<'3.11'",
4848
"dill>=0.3.6; python_version>='3.11'",
4949
"dill>=0.3.7; python_version>='3.12'",
50-
"isort>=5,!=5.13,<9",
50+
"isort>=5,!=5.13,<10",
5151
"mccabe>=0.6,<0.8",
5252
"platformdirs>=2.2",
5353
"tomli>=1.1; python_version<'3.11'",

0 commit comments

Comments
 (0)