Skip to content

Commit

Permalink
fix(mypy): Exclude src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jul 12, 2022
1 parent 40799af commit 5714622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ warn_return_any = False
warn_unused_configs = False
ignore_missing_imports = True
allow_untyped_globals = True
exclude = src

[mypy-pytz.exceptions]
ignore_missing_imports = True

0 comments on commit 5714622

Please sign in to comment.