Skip to content

Commit 995f647

Browse files
cdelerjcugat
andauthored
Add remove-all-unused-imports to autoflake invocation (#210)
* Added remove-all-unused-imports to autoflake invocation * Update scripts/lint Co-authored-by: Josep Cugat <jcugat@gmail.com> Co-authored-by: Josep Cugat <jcugat@gmail.com>
1 parent 63aaa81 commit 995f647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export SOURCE_FILES="httpcore tests"
88

99
set -x
1010

11-
${PREFIX}autoflake --in-place --recursive $SOURCE_FILES
11+
${PREFIX}autoflake --in-place --recursive --remove-all-unused-imports $SOURCE_FILES
1212
${PREFIX}isort --project=httpcore $SOURCE_FILES
1313
${PREFIX}black $SOURCE_FILES
1414

0 commit comments

Comments
 (0)