We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52697ac commit 01769b0Copy full SHA for 01769b0
README.md
@@ -193,7 +193,7 @@ Add the following to your `.pre-commit-config.yaml`
193
194
```yaml
195
- repo: https://github.com/PyCQA/autoflake
196
- rev: v1.5.0
+ rev: v1.5.1
197
hooks:
198
- id: autoflake
199
```
autoflake.py
@@ -39,7 +39,7 @@
39
import pyflakes.reporter
40
41
42
-__version__ = '1.5.0'
+__version__ = '1.5.1'
43
44
45
_LOGGER = logging.getLogger('autoflake')
0 commit comments