Skip to content

Commit

Permalink
change autoflake pre-commit hook repo: mirrors-autoflake -> autoflake (
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-anmut authored Aug 28, 2024
1 parent 67fb4c9 commit b3c4264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repos:
hooks:
- id: docformatter

- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.1
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand Down

0 comments on commit b3c4264

Please sign in to comment.