Skip to content

Commit

Permalink
Makefile: have mypy check untyped defs by default
Browse files Browse the repository at this point in the history
We've fixed (almost) all of these errors. Let's make it easier to avoid
introducing new ones.
  • Loading branch information
dgw committed Jun 21, 2023
1 parent c24dfa2 commit f475524
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 @@ -6,7 +6,7 @@ quality:
flake8

mypy:
mypy sopel
mypy --check-untyped-defs sopel

.PHONY: test test_norecord test_novcr vcr_rerecord
test:
Expand Down

0 comments on commit f475524

Please sign in to comment.