Skip to content

Commit

Permalink
be lenient also with flatbuffer unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kralka committed Jan 8, 2025
1 parent f94cfde commit 0ff72b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ enable_error_code = ignore-without-code, redundant-self, truthy-iterable, possib
disallow_untyped_defs = false
disallow_untyped_calls = false
disallow_untyped_decorators = false

[mypy-sedpack.io.flatbuffer.unit_tests.*]
disallow_untyped_defs = false
disallow_untyped_calls = false
disallow_untyped_decorators = false

0 comments on commit 0ff72b3

Please sign in to comment.