Skip to content

Commit

Permalink
Add mypy configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan37 committed Apr 7, 2024
1 parent 2d162e1 commit 48e51e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[mypy]
python_version = 3.8
ignore_missing_imports = True
check_untyped_defs = True
disallow_untyped_defs = False
warn_unused_ignores = True

[mypy-bundled.tool.*]
ignore_errors = False

0 comments on commit 48e51e3

Please sign in to comment.