clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

ci: ignore pylint c-extension-no-member messages #33

Closed clnsmth closed 1 year ago

clnsmth commented 1 year ago

Ignore pylint 'c-extension-no-member' (I1101) messages, originating from lxml, for sake of a readable message log.

Another option, adding lxml to the pylint --extension-pkg-allow-list, may run arbitrary code and is a decision I shouldn't make for collaborators running pylint in the context of this project.