commit | 943d9bced260bbca00fbadbdca679eca635fa03c | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Jun 24 23:00:12 2023 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Jun 24 23:00:12 2023 -0400 |
tree | da237130d7e68683a8a5ea472de2af07b6c508ae | |
parent | 03a61b0ddf13e44cdeda9d0b1d0ea016e71b19c4 [diff] |
Bump v2.2.0
diff --git a/README.md b/README.md index 5e43f72..92dbf2a 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index f184dd0..67815b0 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -50,7 +50,7 @@ import pyflakes.reporter -__version__ = "2.1.1" +__version__ = "2.2.0" _LOGGER = logging.getLogger("autoflake")