Skip to content

Commit

Permalink
[isort] Permit to use isort 6 (#10204)
Browse files Browse the repository at this point in the history
Closes #10203
  • Loading branch information
Pierre-Sassoulas committed Jan 28, 2025
1 parent 050acfe commit ad020c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/whatsnew/fragments/10203.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Relaxed the requirements for isort so pylint can benefit from isort 6.

Closes #10203
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=3.3.8,<=3.4.0-dev0",
"isort>=4.2.5,<6,!=5.13.0",
"isort>=4.2.5,<7,!=5.13.0",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",
"tomlkit>=0.10.1",
Expand Down

0 comments on commit ad020c0

Please sign in to comment.