We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea34c commit a3ef14bCopy full SHA for a3ef14b
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.2.1
+ rev: v2.3.0
210
hooks:
211
- id: autoflake
212
```
autoflake.py
@@ -50,7 +50,7 @@
50
import pyflakes.reporter
51
52
53
-__version__ = "2.2.1"
+__version__ = "2.3.0"
54
55
56
_LOGGER = logging.getLogger("autoflake")
0 commit comments