mirror of
https://github.com/ModOrganizer2/pystubs-generation.git
synced 2026-07-27 14:07:13 -07:00
Fix stubs generator.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user