Skip to content

Commit

Permalink
Tighten up linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Sep 25, 2023
1 parent 172283e commit 6d946cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ per-file-ignores =
src/opentrons/resources/*:ANN,D
src/opentrons/system/*:ANN,D
src/opentrons/tools/*:ANN,D
src/opentrons/util/*:ANN,D
src/opentrons/util/async_helpers.py:ANN,D
src/opentrons/util/logging_config.py:ANN,D
src/opentrons/util/linal.py:ANN,D
src/opentrons/util/entrypoint_util.py:ANN,D
src/opentrons/util/helpers.py:ANN,D
tests/opentrons/test_init.py:ANN,D
tests/opentrons/test_types.py:ANN,D
tests/opentrons/conftest.py:ANN,D
Expand All @@ -53,4 +57,6 @@ per-file-ignores =
tests/opentrons/protocols/*:ANN,D
tests/opentrons/system/*:ANN,D
tests/opentrons/tools/*:ANN,D
tests/opentrons/util/*:ANN,D
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
1 change: 1 addition & 0 deletions api/tests/opentrons/util/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests for `opentrons.util`."""

0 comments on commit 6d946cd

Please sign in to comment.