Skip to content
Snippets Groups Projects
Commit df9b8b2a authored by Arne Emmel's avatar Arne Emmel
Browse files

pylint: Disable too-many-ancestors

Change-Id: I1d30413d5e69507b57d8d685762167ce87cfcde3
parent efe6e4c3
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ disable=
missing-docstring,
too-few-public-methods,
too-many-instance-attributes,
too-many-ancestors,
no-init,
locally-disabled,
fixme
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment