We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893d78d commit 3203edeCopy full SHA for 3203ede
README.md
@@ -206,7 +206,7 @@ Add the following to your `.pre-commit-config.yaml`
206
207
```yaml
208
- repo: https://github.com/PyCQA/autoflake
209
- rev: v2.3.1
+ rev: v2.3.2
210
hooks:
211
- id: autoflake
212
```
@@ -216,7 +216,7 @@ of arguments:
216
217
218
219
220
221
222
args: [--remove-all-unused-imports, --in-place]
autoflake.py
@@ -50,7 +50,7 @@
50
import pyflakes.messages
51
import pyflakes.reporter
52
53
-__version__ = "2.3.1"
+__version__ = "2.3.2"
54
55
56
_LOGGER = logging.getLogger("autoflake")
0 commit comments