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 20a410f commit a0a79dbCopy full SHA for a0a79db
backend/scripts/lint.sh
@@ -4,6 +4,6 @@ set -e
4
set -x
5
6
mypy app
7
-ty app
+ty check app
8
ruff check app
9
ruff format app --check
0 commit comments