From 691ae7afc403186a2f5aaaf0b0423f35db30f15e Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Mon, 29 Aug 2022 22:24:07 -0400 Subject: [PATCH] Bump to 1.5.2 --- README.md | 2 +- autoflake.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99c4c73..fa618db 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Add the following to your `.pre-commit-config.yaml` ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.5.1 + rev: v1.5.2 hooks: - id: autoflake ``` diff --git a/autoflake.py b/autoflake.py index b3941c9..b50ad7d 100755 --- a/autoflake.py +++ b/autoflake.py @@ -39,7 +39,7 @@ import pyflakes.reporter -__version__ = '1.5.1' +__version__ = '1.5.2' _LOGGER = logging.getLogger('autoflake')