Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/myint/autoflake.git β†’ https://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.5.3 β†’ v1.6.0](PyCQA/autoflake@v1.5.3...v1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored and abravalheri committed Sep 20, 2022
1 parent b04096b commit b45b4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -17,8 +17,8 @@ repos:
- id: mixed-line-ending
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows

- repo: https://github.com/myint/autoflake.git
rev: v1.5.3
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
hooks:
- id: autoflake
args: [
Expand Down

0 comments on commit b45b4c6

Please sign in to comment.