Resolve all the pylint warnings in geometry

This commit is contained in:
Eryn Wells 2022-05-07 12:37:35 -07:00
parent 427e7c8e84
commit eea49ed3c1
2 changed files with 34 additions and 4 deletions

View file

@ -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)