Skip to content

Commit 943d9bc

Browse files
committed
Bump v2.2.0
1 parent 03a61b0 commit 943d9bc

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
@@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml`
201201

202202
```yaml
203203
- repo: https://github.com/PyCQA/autoflake
204-
rev: v2.1.1
204+
rev: v2.2.0
205205
hooks:
206206
- id: autoflake
207207
```

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.1.1"
53+
__version__ = "2.2.0"
5454

5555

5656
_LOGGER = logging.getLogger("autoflake")

0 commit comments

Comments
 (0)