Skip to content

Commit 2b25e39

Browse files
authored
Merge pull request #19 from nofaukost/add-mypy
Add mypy type checking config
2 parents 77fadac + 6948430 commit 2b25e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[mypy]\npython_version = 3.11\nwarn_return_any = True\nwarn_unused_configs = True\nignore_missing_imports = True\ncheck_untyped_defs = True

0 commit comments

Comments
 (0)