Skip to content

Commit 2b5815c

Browse files
Add # local to ignore conflicts with upstrea
1 parent 7f22d8b commit 2b5815c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ extend-select = [
1414
"UP",
1515
]
1616
ignore = [
17+
# local
1718
"PERF203",
19+
1820
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
1921
"W191",
2022
"E111",

0 commit comments

Comments
 (0)