Skip to content

Commit

Permalink
Merge pull request #166 from cdce8p/dev
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
cdce8p authored Apr 14, 2022
2 parents f9106b5 + 4c997d9 commit 4ceaf2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ so always check `git diff` before comitting any changes!
Since this tool uses [pyupgrade][pyu], it's best used for
projects that use it already.

**Python 3.10**
This tool depends on `autoflake` which doesn't yet support Python 3.10.
However, you can use `3.10` to update older Python syntax.


## Limitations
Due to the way the tool works, it will reorder the imports multiple times.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiofiles==0.8.0
autoflake==1.4
autoflake @ git+https://github.com/cdce8p/autoflake.git@v1.4.c1
isort==5.10.1
pyupgrade==2.32.0
reorder-python-imports==3.0.1
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = python-typing-update
# Version template: x.x.x[.dev1]
version = 0.4.0
version = 0.4.1
author = Marc Mueller
description = Update Python typing syntax
long_description = file:README.md
Expand All @@ -17,6 +17,7 @@ classifier =
Intended Audience :: Developers
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development

[options]
Expand All @@ -25,7 +26,8 @@ python_requires = >=3.8
include_package_data = True
install_requires =
aiofiles==0.8.0
autoflake==1.4
# Custom autoflake version to parse 3.10 syntax
autoflake @ git+https://github.com/cdce8p/autoflake.git@v1.4.c1
isort==5.10.1
pyupgrade==2.32.0
reorder-python-imports==3.0.1
Expand Down

0 comments on commit 4ceaf2a

Please sign in to comment.