Skip to content

Commit

Permalink
feat(pre-commmit): add autoflake
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Nov 1, 2022
1 parent f9c1e94 commit 2e8254a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ repos:
# "-sn", # Don't display the score
# based on
# https://pylint.pycqa.org/en/latest/user_guide/pre-commit-integration.html
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
hooks:
- id: autoflake

0 comments on commit 2e8254a

Please sign in to comment.