Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pre-commit: Disable
no-member
and no-name-in-module
for aiida.orm
After the previous commit, for some unknown reason, `pylint` started throwing `no-member` and `no-name-in-module` warnings for import lines that import a class directly from `aiida.orm`. The imports actually work just fine and `pylint` didn't use to complain. The changes of the previous commit seem completely unrelated, so for now the warnings are ignored. Soon `pylint` will anyway be replaced by `ruff`.
- Loading branch information