Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ per-file-ignores =
tests/opentrons/util/test_async_helpers.py:ANN,D
tests/opentrons/util/test_linal.py:ANN,D
tests/opentrons/util/test_entrypoint_util.py:ANN,D
tests/interop/__pd_protocols__/*:D,F
1 change: 1 addition & 0 deletions api/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins = pydantic.mypy, decoy.mypy, numpy.typing.mypy_plugin
show_error_codes = True
warn_unused_configs = True
strict = True
exclude = __pd_protocols__

[pydantic-mypy]
init_forbid_extra = True
Expand Down
Loading
Loading