Skip to content

Commit e8788f2

Browse files
committed
Temporarily disable mypy in dug
pandas-dev/pandas-stubs#454
1 parent f8a4c6d commit e8788f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.cue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ dagger.#Plan & {
138138
}
139139
lint: bash.#Run & {
140140
input: img.output
141-
script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py') && mypy asmt"
141+
script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py')"
142+
// script: contents: "pylint --rcfile=.pylintrc $(find . -type f -name '*.py') && mypy asmt"
142143
}
143144
test: bash.#Run & {
144145
input: img.output

0 commit comments

Comments
 (0)