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')