We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e1344 commit bd84fb5Copy full SHA for bd84fb5
src/cli/compile_cmd.py
@@ -67,7 +67,7 @@
67
default=False,
68
help="Clean final executables (.so) files",
69
)
70
-def compile_cmd( # pylint: disable=R0913
+def compile_cmd( # pylint: disable=R0913 R0917
71
input_path: Path,
72
exclude_glob_paths: list[str],
73
verbose: int,
0 commit comments