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 5071c79 commit 14befe7Copy full SHA for 14befe7
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.1.0
+ rev: v2.1.1
205
hooks:
206
- id: autoflake
207
```
autoflake.py
@@ -40,7 +40,7 @@
40
import pyflakes.reporter
41
42
43
-__version__ = "2.1.0"
+__version__ = "2.1.1"
44
45
46
_LOGGER = logging.getLogger("autoflake")
0 commit comments