Skip to content

Commit

Permalink
Reindent line continuations for pylint
Browse files Browse the repository at this point in the history
Signed-off-by: David Horstmann <[email protected]>
  • Loading branch information
davidhorstmann-arm committed Dec 8, 2022
1 parent c747fdf commit eead72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/code_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def get_src_files() -> List[str]:
Use git ls-files to get a list of the source files
"""
git_ls_files_cmd = ["git", "ls-files",
"*.[hc]",
"tests/suites/*.function",
"scripts/data_files/*.fmt"]
"*.[hc]",
"tests/suites/*.function",
"scripts/data_files/*.fmt"]

result = subprocess.run(git_ls_files_cmd, stdout=subprocess.PIPE, \
stderr=STDERR_UTF8, check=False)
Expand Down

0 comments on commit eead72e

Please sign in to comment.