Skip to content

Commit

Permalink
Update mypy config to be more strict and properly check the entire wo…
Browse files Browse the repository at this point in the history
…rkos package (#330)
  • Loading branch information
tribble authored Aug 12, 2024
1 parent 2b0b085 commit 6d7ab8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[mypy]
files=./workos/**/*.py
packages = workos
warn_return_any = True
warn_unused_configs = True
warn_unreachable = True
warn_redundant_casts = True
warn_no_return = True
warn_unused_ignores = True
implicit_reexport = False
strict_equality = True
strict = True

0 comments on commit 6d7ab8c

Please sign in to comment.