We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510b097 commit a807440Copy full SHA for a807440
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.0.0
+ rev: v2.0.1
205
hooks:
206
- id: autoflake
207
```
autoflake.py
@@ -40,7 +40,7 @@
40
import pyflakes.reporter
41
42
43
-__version__ = "2.0.0"
+__version__ = "2.0.1"
44
45
46
_LOGGER = logging.getLogger("autoflake")
0 commit comments