Skip to content

Commit 96e49d6

Browse files
committed
🙈 ignore some irrelevant ruff codes for the static integration tests
1 parent b3ae5ce commit 96e49d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/.ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extend = "../.ruff.toml"
2+
3+
[lint]
4+
extend-ignore = ["B018", "PYI015", "PYI017"]

0 commit comments

Comments
 (0)