Skip to content

Commit 867f839

Browse files
committed
🔧 chore: uncomment mypy command in lint script for type checking
1 parent 7af0e00 commit 867f839

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,7 +3,7 @@
33
set -e
44
set -x
55

6-
# mypy app
6+
mypy app
77
ruff check app
88
ruff format app --check
99
black app --check

0 commit comments

Comments
 (0)