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 6803494 commit c4f2afdCopy full SHA for c4f2afd
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"autoflake==2.3.1",
28
"isort==6.0.1",
29
"pyupgrade==3.19.1",
30
- "reorder-python-imports==3.14.0",
+ "reorder-python-imports==3.15.0",
31
]
32
33
[project.urls]
requirements.txt
@@ -2,4 +2,4 @@ aiofiles==24.1.0
2
autoflake==2.3.1
3
isort==6.0.1
4
pyupgrade==3.19.1
5
-reorder-python-imports==3.14.0
+reorder-python-imports==3.15.0
0 commit comments