Skip to content

Commit

Permalink
add autoflake to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jun 12, 2023
1 parent d38df43 commit b75ffb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
- id: flake8
- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
hooks:
- id: autoflake

0 comments on commit b75ffb0

Please sign in to comment.