Skip to content

Commit 74113b9

Browse files
committed
expand on mypy command to debug CI failure
1 parent a28075f commit 74113b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -e
44
set -x
55

6-
mypy sqlmodel
6+
mypy --no-incremental --show-absolute-path ./sqlmodel
77
ruff check sqlmodel tests docs_src scripts
88
ruff format sqlmodel tests docs_src scripts --check

0 commit comments

Comments
 (0)