Skip to content

Commit 69a4764

Browse files
committed
Bump to 1.7.4
1 parent dcc9b86 commit 69a4764

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: v1.7.3
204+
rev: v1.7.4
205205
hooks:
206206
- id: autoflake
207207
```

autoflake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import pyflakes.reporter
4141

4242

43-
__version__ = "1.7.3"
43+
__version__ = "1.7.4"
4444

4545

4646
_LOGGER = logging.getLogger("autoflake")

0 commit comments

Comments
 (0)