Skip to content

Commit a7c098c

Browse files
committed
Add pyqt type stubs to dev dependencies, nicer mypy output by default
Update poetry lockfile to include stubs
1 parent ea9d196 commit a7c098c

File tree

3 files changed

+74
-74
lines changed

3 files changed

+74
-74
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test-integration:
2424
python3 ./tests/integration_tests.py --no-modules
2525

2626
typecheck:
27-
mypy aw_qt --strict
27+
mypy aw_qt --strict --pretty
2828

2929
precommit:
3030
make typecheck

0 commit comments

Comments
 (0)