FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Run mypy on test_zeroconf.py too · python-zeroconf/python-zeroconf@74391d5 · GitHub

Commit 74391d5

Browse files
authored andcommitted
Run mypy on test_zeroconf.py too
This will reveal issues with current type hints as demonstrated by a commit/issue to be submitted later, as well as prevent some others from cropping up meanwhile.
1 parent 2973931 commit 74391d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flake8:
1414
flake8 --max-line-length=$(MAX_LINE_LENGTH) examples *.py
1515

1616
mypy:
17-
mypy examples/*.py zeroconf.py
17+
mypy examples/*.py test_zeroconf.py zeroconf.py
1818

1919
test:
2020
nosetests -v

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL