Skip to content

Commit 0544741

Browse files
committed
Bump to v2.3.1
1 parent 2f53416 commit 0544741

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
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.3.0
209+
rev: v2.3.1
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.3.0"
53+
__version__ = "2.3.1"
5454

5555

5656
_LOGGER = logging.getLogger("autoflake")

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@ path = "autoflake.py"
3434
exclude = ["/.github"]
3535

3636
[tool.hatch.build]
37-
include = [
38-
"/autoflake.py",
39-
"/test_autoflake.py",
40-
"/LICENSE",
41-
"/README.md",
42-
]
37+
include = ["/autoflake.py", "/test_autoflake.py", "/LICENSE", "/README.md"]
4338
exclude = ["/.gitignore"]

0 commit comments

Comments
 (0)