We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0152be5 commit 8198257Copy full SHA for 8198257
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.7
+ rev: v1.7.8
205
hooks:
206
- id: autoflake
207
```
autoflake.py
@@ -40,7 +40,7 @@
40
import pyflakes.reporter
41
42
43
-__version__ = "1.7.7"
+__version__ = "1.7.8"
44
45
46
_LOGGER = logging.getLogger("autoflake")
0 commit comments