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 9fe92fd commit 5374d6aCopy full SHA for 5374d6a
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
requires-python = ">=3.8"
23
dependencies = [
24
"aiofiles==22.1.0",
25
- "autoflake==1.7.7",
+ "autoflake==2.0.0",
26
"isort==5.10.1",
27
"pyupgrade==3.1.0",
28
"reorder-python-imports==3.8.5",
requirements.txt
@@ -1,5 +1,5 @@
1
aiofiles==22.1.0
2
-autoflake==1.7.7
+autoflake==2.0.0
3
isort==5.10.1
4
pyupgrade==3.1.0
5
reorder-python-imports==3.8.5
0 commit comments