Fix stubs generator.

This commit is contained in:
Mikaël Capelle
2024-08-09 10:01:38 +02:00
parent 80a365f19a
commit 72c652daaa
+2 -2
View File
@@ -217,16 +217,16 @@ def main() -> None:
subprocess.run(
[
"ruff",
"--silent",
"format",
"--silent",
output_folder.joinpath("__init__.pyi").as_posix(),
]
)
subprocess.run(
[
"ruff",
"--silent",
"check",
"--silent",
"--select",
"I",
"--fix",