Skip to content

Commit 4a127b3

Browse files
committed
Chore: Update settings for Ruff
1 parent 435ec4e commit 4a127b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ lint.extend-ignore = [
182182
]
183183

184184
lint.per-file-ignores."examples/*" = [
185-
"T201", # Allow `print`
185+
"E501", # Line too long
186+
"ERA001", # Found commented-out code
187+
"T201", # Allow `print`
186188
]
187189

188190
lint.per-file-ignores."tests/*" = [

0 commit comments

Comments
 (0)