There was an error while loading. Please reload this page.
1 parent dd88c37 commit 03b1f48Copy full SHA for 03b1f48
run
@@ -51,7 +51,7 @@ function lint:dockerfile {
51
52
function lint {
53
# Lint Python code
54
- cmd lint "${@}"
+ cmd flake8 "${@}"
55
}
56
57
function format {
0 commit comments