We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a61b0 commit 943d9bcCopy full SHA for 943d9bc
README.md
@@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml`
201
202
```yaml
203
- repo: https://github.com/PyCQA/autoflake
204
- rev: v2.1.1
+ rev: v2.2.0
205
hooks:
206
- id: autoflake
207
```
autoflake.py
@@ -50,7 +50,7 @@
50
import pyflakes.reporter
51
52
53
-__version__ = "2.1.1"
+__version__ = "2.2.0"
54
55
56
_LOGGER = logging.getLogger("autoflake")
0 commit comments