Skip to content

Commit d00052d

Browse files
Fix linting
1 parent 88a64f3 commit d00052d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/ci_cd/linux_format.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,13 @@ def get_git_files(
136136
command.append("ls-files")
137137
print("Getting all the repository files.")
138138
else:
139-
command = ["diff", "--no-commit-id", "--name-only", "-r", "--diff-filter=dr"]
139+
command = [
140+
"diff",
141+
"--no-commit-id",
142+
"--name-only",
143+
"-r",
144+
"--diff-filter=dr",
145+
]
140146

141147
if commits:
142148
command.extend([*commits])

0 commit comments

Comments
 (0)