Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54687e7

Browse files
Disallow isort 5.13.0 (#9290) (#9292)
Refs#9270(cherry picked from commit47410ad)Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parentfea5483 commit54687e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
4444
"astroid>=3.0.1,<=3.1.0-dev0",
45-
"isort>=4.2.5,<6",
45+
"isort>=4.2.5,<6,!=5.13.0",
4646
"mccabe>=0.6,<0.8",
4747
"tomli>=1.1.0;python_version<'3.11'",
4848
"tomlkit>=0.10.1",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp