Skip to content

Commit 9e2ff40

Browse files
Adapt code_style.py
Signed-off-by: Ronald Cron <[email protected]>
1 parent f5a1785 commit 9e2ff40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/code_style.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_src_files(since: Optional[str]) -> List[str]:
7171
"""
7272
file_patterns = ["*.[hc]",
7373
"tests/suites/*.function",
74+
"tf-psa-crypto/tests/suites/*.function",
7475
"scripts/data_files/*.fmt"]
7576
output = subprocess.check_output(["git", "ls-files"] + file_patterns,
7677
universal_newlines=True)

0 commit comments

Comments
 (0)