Skip to content

Commit

Permalink
feat: Disallow untyped defs in utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 16, 2023
1 parent c70c143 commit 0ebe9ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
[[tool.mypy.overrides]]
module = [
"falcon.stream",
"falcon.util.misc",
"falcon.util.reader"
"falcon.util.*"
]
disallow_untyped_defs = true

Expand Down

0 comments on commit 0ebe9ed

Please sign in to comment.