Use mypy check-untyped-defs

pull/34/head
Andrey Kislyuk 2022-04-21 16:28:37 -07:00
parent e710760497
commit 04ce9858fe
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SHELL=/bin/bash
lint:
flake8
mypy requests_http_signature
mypy --check-untyped-defs requests_http_signature
test: lint
python ./test/test.py -v