Skip to content

Commit 4aea060

Browse files
committed
Do not format vendored code from ScanCode
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent eedb4c9 commit 4aea060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ exclude = [
7777
# vulnerablecode, fetchcode
7878
"**/tests/*/test_data/**/*",
7979
"**/tests/test_data/**/*",
80+
# exclude vendored code from ScanCode
81+
"src/_packagedcode",
8082
]
8183

8284

0 commit comments

Comments
 (0)