Skip to content

Commit 302015e

Browse files
Silence pylint
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent e2c15fb commit 302015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_generated_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class GenerationScript:
2424
"""
2525
Representation of a script generating a configuration independent file.
2626
"""
27-
# pylint: disable=too-few-public-methods
27+
# pylint: disable=too-few-public-methods,too-many-arguments
2828
def __init__(self, script: Path, files: List[Path],
2929
output_dir_option: Optional[str] = None,
3030
output_file_option: Optional[str] = None,

0 commit comments

Comments
 (0)