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 bde9f6c commit b567334Copy full SHA for b567334
README.md
@@ -199,7 +199,7 @@ Add the following to your `.pre-commit-config.yaml`
199
200
```yaml
201
- repo: https://github.com/PyCQA/autoflake
202
- rev: v1.6.0
+ rev: v1.6.1
203
hooks:
204
- id: autoflake
205
```
autoflake.py
@@ -39,7 +39,7 @@
39
import pyflakes.reporter
40
41
42
-__version__ = "1.6.0"
+__version__ = "1.6.1"
43
44
45
_LOGGER = logging.getLogger("autoflake")
0 commit comments