Skip to content

Commit f51a590

Browse files
authored
Autoflake upgrade (#159)
* Use official autoflake mirror * Use official autoflake repo and upgrade
1 parent d77442c commit f51a590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ repos:
3737
- id: mixed-line-ending
3838
args: ['--fix=lf']
3939

40-
- repo: https://github.com/humitos/mirrors-autoflake.git
41-
rev: v1.1
40+
- repo: https://github.com/PyCQA/autoflake
41+
rev: v1.7.7
4242
hooks:
4343
- id: autoflake
4444
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

0 commit comments

Comments
 (0)