From 9fb8b17386f1e2be01b0c6c40022ba4d195e5ff7 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:09:36 -0400 Subject: [PATCH] Bump to 1.7.5 --- README.md | 2 +- autoflake.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d31f593..8a0d1fa 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml` ```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")