Skip to content
Snippets Groups Projects
Commit 3acb9333 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Disable pylint's `c-extension-no-member`.

parent 121dbe69
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ inherit = false ...@@ -33,6 +33,7 @@ inherit = false
ignore = D1,D212,D203 ignore = D1,D212,D203
[pylint.MASTER] [pylint.MASTER]
disable = disable =
c-extension-no-member,
missing-module-docstring, missing-module-docstring,
missing-class-docstring, missing-class-docstring,
missing-function-docstring, missing-function-docstring,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment