We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29bec8 commit 988e469Copy full SHA for 988e469
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.2
+ rev: v2.3.3
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.2"
+__version__ = "2.3.3"
54
55
56
_LOGGER = logging.getLogger("autoflake")
0 commit comments