all: Format with ruff.

This commit is contained in:
Laurens Valk
2026-08-24 09:28:29 +02:00
parent 1df788d716
commit cab110d4c1
32 changed files with 115 additions and 246 deletions
-1
View File
@@ -3,7 +3,6 @@ from docutils.parsers.rst import Directive
class PybricksClasslinkDirective(Directive):
required_arguments = 1
optional_arguments = 1
-1
View File
@@ -5,7 +5,6 @@ from colorsys import hsv_to_rgb
class PybricksColorDirective(Directive):
required_arguments = 1
def run(self):
+1 -1
View File
@@ -4,12 +4,12 @@
* deprecated
when building documentation with the 'ide' tag.
"""
from docutils import nodes
from docutils.parsers.rst import Directive
class PybricksVersionDirective(Directive):
has_content = True
def run(self):