commit | 81982571aa3ada7d80578b119c55ccf867f728ee | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Nov 24 09:35:23 2022 -0500 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Nov 24 09:35:23 2022 -0500 |
tree | 84794a759fbdd55ddbb27bc22b86362eb564f8bb | |
parent | 0152be5e32c296c7dc1dcbb987329c768697ba7d [diff] |
Bump 1.7.8
diff --git a/README.md b/README.md index 4c3c912..5c5ea04 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.7 + rev: v1.7.8 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 2b7b917..a5e03f9 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.7" +__version__ = "1.7.8" _LOGGER = logging.getLogger("autoflake")