Skip to content

Commit 03b1f48

Browse files
committed
Fix lint run script command
1 parent dd88c37 commit 03b1f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function lint:dockerfile {
5151

5252
function lint {
5353
# Lint Python code
54-
cmd lint "${@}"
54+
cmd flake8 "${@}"
5555
}
5656

5757
function format {

0 commit comments

Comments
 (0)