Skip to content

Commit

Permalink
Bump to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Oct 14, 2022
1 parent ddd4af3 commit 9fb8b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.4
rev: v1.7.5
hooks:
- id: autoflake
```
2 changes: 1 addition & 1 deletion autoflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import pyflakes.reporter


__version__ = "1.7.4"
__version__ = "1.7.5"


_LOGGER = logging.getLogger("autoflake")
Expand Down

0 comments on commit 9fb8b17

Please sign in to comment.