Skip to content

Commit

Permalink
Bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 1, 2022
1 parent 07c7015 commit 4093e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -195,7 +195,7 @@ Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/PyCQA/autoflake
rev: v1.5.2
rev: v1.5.3
hooks:
- id: autoflake
```
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -39,7 +39,7 @@
import pyflakes.reporter


__version__ = '1.5.2'
__version__ = '1.5.3'


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

0 comments on commit 4093e23

Please sign in to comment.