We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2491de2 commit 17858d0Copy full SHA for 17858d0
adafruit_display_shapes/circle.py
@@ -45,6 +45,7 @@
45
46
47
class Circle(RoundRect):
48
+ # pylint: disable=too-few-public-methods, invalid-name
49
"""A circle.
50
51
:param x0: The x-position of the center.
adafruit_display_shapes/line.py
@@ -45,7 +45,7 @@
class Line(Polygon):
- # pylint: disable=too-many-arguments,invalid-name
+ # pylint: disable=too-many-arguments,invalid-name, too-few-public-methods
"""A line.
:param x0: The x-position of the first vertex.
0 commit comments