Skip to content

Commit deba54e

Browse files
Ryan Whitmorebrandonwillard
authored andcommitted
Update the remove unused variable arg for autoflake in the pre-commit config.
1 parent 0c72f57 commit deba54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ repos:
3434
[
3535
"--in-place",
3636
"--remove-all-unused-imports",
37-
"--remove-unused-variable",
37+
"--remove-unused-variables",
3838
]

0 commit comments

Comments
 (0)