I want to contribute to pennylane. Here is my pull request:
https://github.com/PennyLaneAI/pennylane/pull/3601
In my code, I need to use ‘qml.ops.qubit.attributes’
and pylint misunderstands this as an error, so I don’t pass the check. The existing code also has similar problems when it using ‘qml.ops.qubit.attributes’ and it mentions the problem is caused by pylint misunderstanding.
I want to know how can I skip the pylink check?