Skip to content

Commit

Permalink
Bump to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Mar 13, 2024
1 parent 2f53416 commit 0544741
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -206,7 +206,7 @@ Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
```
Expand Down
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -50,7 +50,7 @@
import pyflakes.reporter


__version__ = "2.3.0"
__version__ = "2.3.1"


_LOGGER = logging.getLogger("autoflake")
Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Expand Up @@ -34,10 +34,5 @@ path = "autoflake.py"
exclude = ["/.github"]

[tool.hatch.build]
include = [
"/autoflake.py",
"/test_autoflake.py",
"/LICENSE",
"/README.md",
]
include = ["/autoflake.py", "/test_autoflake.py", "/LICENSE", "/README.md"]
exclude = ["/.gitignore"]

0 comments on commit 0544741

Please sign in to comment.