Skip to content

Commit

Permalink
mypy: add --disallow-incomplete-defs option
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Sep 1, 2024
1 parent 5911de3 commit b71b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lint-style:
flake8 sopel/ test/

lint-type:
mypy --check-untyped-defs sopel
mypy --check-untyped-defs --disallow-incomplete-defs sopel

.PHONY: test test_norecord test_novcr vcr_rerecord
test:
Expand Down

0 comments on commit b71b791

Please sign in to comment.