File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
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!
17
17
Since this tool uses [ pyupgrade] [ pyu ] , it's best used for
18
18
projects that use it already.
19
19
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
-
24
20
25
21
## Limitations
26
22
Due to the way the tool works, it will reorder the imports multiple times.
Original file line number Diff line number Diff line change 1
1
aiofiles == 0.8.0
2
- autoflake == 1.4
2
+ autoflake @ git+https://github.com/cdce8p/[email protected]
3
3
isort == 5.10.1
4
4
pyupgrade == 2.32.0
5
5
reorder-python-imports == 3.0.1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = python-typing-update
3
3
# Version template: x.x.x[.dev1]
4
- version = 0.4.0
4
+ version = 0.4.1
5
5
author = Marc Mueller
6
6
description = Update Python typing syntax
7
7
long_description = file:README.md
@@ -17,6 +17,7 @@ classifier =
17
17
Intended Audience :: Developers
18
18
Programming Language :: Python :: 3.8
19
19
Programming Language :: Python :: 3.9
20
+ Programming Language :: Python :: 3.10
20
21
Topic :: Software Development
21
22
22
23
[options]
@@ -25,7 +26,8 @@ python_requires = >=3.8
25
26
include_package_data = True
26
27
install_requires =
27
28
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]
29
31
isort ==5.10.1
30
32
pyupgrade ==2.32.0
31
33
reorder-python-imports ==3.0.1
You can’t perform that action at this time.
0 commit comments