From 69a476408ae03487474d4d60746234adb160ffe9 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:21:10 -0400 Subject: [PATCH] Bump to 1.7.4 --- README.md | 2 +- autoflake.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a28a48b..d31f593 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.3 + rev: v1.7.4 hooks: - id: autoflake ``` diff --git a/autoflake.py b/autoflake.py index 43d4530..9fdcc63 100755 --- a/autoflake.py +++ b/autoflake.py @@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.3" +__version__ = "1.7.4" _LOGGER = logging.getLogger("autoflake")