Skip to content

Commit 988e469

Browse files
committed
Release v2.3.3
1 parent d29bec8 commit 988e469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.3.2
209+
rev: v2.3.3
210210
hooks:
211211
- id: autoflake
212212
```
@@ -216,7 +216,7 @@ of arguments:
216216

217217
```yaml
218218
- repo: https://github.com/PyCQA/autoflake
219-
rev: v2.3.2
219+
rev: v2.3.3
220220
hooks:
221221
- id: autoflake
222222
args: [--remove-all-unused-imports, --in-place]

autoflake.py

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

53-
__version__ = "2.3.2"
53+
__version__ = "2.3.3"
5454

5555

5656
_LOGGER = logging.getLogger("autoflake")

0 commit comments

Comments
 (0)