Resolve all the pylint warnings in geometry
This commit is contained in:
parent
427e7c8e84
commit
eea49ed3c1
2 changed files with 34 additions and 4 deletions
|
|
@ -544,7 +544,9 @@ preferred-modules=
|
|||
|
||||
# List of regular expressions of class ancestor names to ignore when counting
|
||||
# public methods (see R0903)
|
||||
exclude-too-few-public-methods=.*Action,ActionResult
|
||||
exclude-too-few-public-methods=.*Action,
|
||||
ActionResult,
|
||||
Direction
|
||||
|
||||
# List of qualified class names to ignore when counting class parents (see
|
||||
# R0901)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue