We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a4c6d commit e8788f2Copy full SHA for e8788f2
ci.cue
@@ -138,7 +138,8 @@ dagger.#Plan & {
138
}
139
lint: bash.#Run & {
140
input: img.output
141
- script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py') && mypy asmt"
+ script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py')"
142
+ // script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py') && mypy asmt"
143
144
test: bash.#Run & {
145
0 commit comments