Skip to content

Commit

Permalink
git init
Browse files Browse the repository at this point in the history
- pre-commit
  • Loading branch information
bkkhyunn committed Feb 29, 2024
1 parent d853682 commit af22bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/myint/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports", "--remove-unused-variables", "--expand-star-imports", "--ignore-init-module-imports"]
Expand Down

0 comments on commit af22bc8

Please sign in to comment.