File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ so always check `git diff` before comitting any changes!
1717Since this tool uses [ pyupgrade] [ pyu ] , it's best used for
1818projects that use it already.
1919
20- ** Python 3.10**
21- This tool depends on ` autoflake ` which doesn't yet support Python 3.10.
22- However, you can use ` 3.10 ` to update older Python syntax.
23-
2420
2521## Limitations
2622Due to the way the tool works, it will reorder the imports multiple times.
Original file line number Diff line number Diff line change 11aiofiles == 0.8.0
2- autoflake == 1.4
2+ autoflake @ git+https://github.com/cdce8p/[email protected] 33isort == 5.10.1
44pyupgrade == 2.32.0
55reorder-python-imports == 3.0.1
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifier =
1717 Intended Audience :: Developers
1818 Programming Language :: Python :: 3.8
1919 Programming Language :: Python :: 3.9
20+ Programming Language :: Python :: 3.10
2021 Topic :: Software Development
2122
2223[options]
@@ -25,7 +26,8 @@ python_requires = >=3.8
2526include_package_data = True
2627install_requires =
2728 aiofiles ==0.8.0
28- autoflake ==1.4
29+ # Custom autoflake version to parse 3.10 syntax
30+ autoflake @ git+https://github.com/cdce8p/
[email protected] 2931 isort ==5.10.1
3032 pyupgrade ==2.32.0
3133 reorder-python-imports ==3.0.1
You can’t perform that action at this time.
0 commit comments