Skip to content

Commit

Permalink
build: Ignore Pylint inspection for sequence subclass
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 13, 2024
1 parent c8aa568 commit 14f22d2
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 @@ -102,6 +102,7 @@ test-docs = "make -C doc doctest"
[tool.pylint.master]
output-format = "colorized"
disable = ["E1123", "E1120", "C0301"]
generated-members = ["qibolab.native.RxyFactory"]

[tool.pytest.ini_options]
testpaths = ['tests/']
Expand Down

0 comments on commit 14f22d2

Please sign in to comment.