Skip to content

Commit a3ef14b

Browse files
committed
Bump v2.3.0
1 parent 40ea34c commit a3ef14b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Add the following to your `.pre-commit-config.yaml`
206206

207207
```yaml
208208
- repo: https://github.com/PyCQA/autoflake
209-
rev: v2.2.1
209+
rev: v2.3.0
210210
hooks:
211211
- id: autoflake
212212
```

autoflake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import pyflakes.reporter
5151

5252

53-
__version__ = "2.2.1"
53+
__version__ = "2.3.0"
5454

5555

5656
_LOGGER = logging.getLogger("autoflake")

0 commit comments

Comments
 (0)