We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea5483 commit 54687e7Copy full SHA for 54687e7
pyproject.toml
@@ -42,7 +42,7 @@ dependencies = [
42
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
43
# see https://github.com/pylint-dev/astroid/issues/1341
44
"astroid>=3.0.1,<=3.1.0-dev0",
45
- "isort>=4.2.5,<6",
+ "isort>=4.2.5,<6,!=5.13.0",
46
"mccabe>=0.6,<0.8",
47
"tomli>=1.1.0;python_version<'3.11'",
48
"tomlkit>=0.10.1",
0 commit comments