diff --git a/pyproject.toml b/pyproject.toml index 5e7df1a26..4e7d2df8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/']