Skip to content

Commit bd84fb5

Browse files
committed
fix pylint
1 parent 55e1344 commit bd84fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/compile_cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
default=False,
6868
help="Clean final executables (.so) files",
6969
)
70-
def compile_cmd( # pylint: disable=R0913
70+
def compile_cmd( # pylint: disable=R0913 R0917
7171
input_path: Path,
7272
exclude_glob_paths: list[str],
7373
verbose: int,

0 commit comments

Comments
 (0)