Skip to content

Commit

Permalink
test: Whitelist pydantic FieldInfo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 13, 2024
1 parent 982d65d commit 98896b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test-docs = "make -C doc doctest"
[tool.pylint.master]
output-format = "colorized"
disable = ["E1123", "E1120", "C0301"]
generated-members = ["qibolab.native.RxyFactory"]
generated-members = ["qibolab.native.RxyFactory, pydantic.fields.FieldInfo"]

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

0 comments on commit 98896b0

Please sign in to comment.