Skip to content

Commit

Permalink
Add pyqt type stubs to dev dependencies, nicer mypy output by default
Browse files Browse the repository at this point in the history
Update poetry lockfile to include stubs
  • Loading branch information
xylix committed Mar 4, 2020
1 parent ea9d196 commit a7c098c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test-integration:
python3 ./tests/integration_tests.py --no-modules

typecheck:
mypy aw_qt --strict
mypy aw_qt --strict --pretty

precommit:
make typecheck
Expand Down
Loading

0 comments on commit a7c098c

Please sign in to comment.