commit | 9fb8b17386f1e2be01b0c6c40022ba4d195e5ff7 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Oct 13 23:09:36 2022 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Oct 13 23:09:36 2022 -0400 |
tree | 574589d046c62334964a2310f8304a3c89c44836 | |
parent | ddd4af3186762bd129e75323c7d53320c757fa54 [diff] |
Bump to 1.7.5
diff --git a/README.md b/README.md index d31f593..8a0d1fa 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.4 + rev: v1.7.5 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 74f4e3b..a0e2b48 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.4" +__version__ = "1.7.5" _LOGGER = logging.getLogger("autoflake")