Skip to content

Commit 032812b

Browse files
Fix CI test failures
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 40e6000 commit 032812b

27 files changed

+1937
-1429
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ exclude = [
8787
"**/tests/*/test_data/**/*",
8888
"**/tests/test_data/**/*",
8989
# django migrations
90-
"**/migrations/**/*"
90+
"**/migrations/**/*",
91+
# vendored code
92+
"**/_vendor/**"
9193
]
9294

9395
[tool.ruff.lint]

0 commit comments

Comments
 (0)