diff --git a/README.md b/README.md index 2efb949..e7c2a3f 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Add the following to your `.pre-commit-config.yaml` ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake ``` diff --git a/autoflake.py b/autoflake.py index 8f5dbf3..263d764 100755 --- a/autoflake.py +++ b/autoflake.py @@ -50,7 +50,7 @@ import pyflakes.reporter -__version__ = "2.2.1" +__version__ = "2.3.0" _LOGGER = logging.getLogger("autoflake")