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 a28075f commit 74113b9Copy full SHA for 74113b9
scripts/lint.sh
@@ -3,6 +3,6 @@
3
set -e
4
set -x
5
6
-mypy sqlmodel
+mypy --no-incremental --show-absolute-path ./sqlmodel
7
ruff check sqlmodel tests docs_src scripts
8
ruff format sqlmodel tests docs_src scripts --check
0 commit comments