Skip to content

Commit

Permalink
pyproject: pylint: ignore generated pb2 members
Browse files Browse the repository at this point in the history
The labgrid_coordinator_pb2 members are generated, tell pylint about
them.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Jun 20, 2024
1 parent c428477 commit a69d47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ enable = [
generated-members = [
"labgrid.driver.*",
"labgrid.strategy.*",
"labgrid_coordinator_pb2",
]
signature-mutators = ["labgrid.step.step"]

Expand Down

0 comments on commit a69d47c

Please sign in to comment.