There was an error while loading. Please reload this page.
1 parent 92a0261 commit 4d46ef7Copy full SHA for 4d46ef7
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: v1.7.6
+ rev: v1.7.7
205
hooks:
206
- id: autoflake
207
```
autoflake.py
@@ -40,7 +40,7 @@
40
import pyflakes.reporter
41
42
43
-__version__ = "1.7.6"
+__version__ = "1.7.7"
44
45
46
_LOGGER = logging.getLogger("autoflake")
0 commit comments