👷 Made mypy strict

This commit is contained in:
Nikhil Badyal
2022-10-05 23:03:45 +05:30
parent 31dc22f320
commit 31b98a7edc
5 changed files with 30 additions and 19 deletions
+2
View File
@@ -51,6 +51,8 @@ repos:
rev: v0.971
hooks:
- id: mypy
args:
- '--strict'
additional_dependencies: [ types-requests ]