Skip to content

Commit 3468ae2

Browse files
committed
add rule to ignore checking black line whitespace.
1 parent 07dd6f8 commit 3468ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 119
33

44
[tool.ruff.lint]
55
# Never enforce `E501` (line length violations).
6-
ignore = ["C901", "E501", "E721", "E741", "F402", "F823"]
6+
ignore = ["C901", "E501", "E721", "E741", "F402", "F823", "W293"]
77
select = ["C", "E", "F", "I", "W"]
88

99
# Ignore import violations in all `__init__.py` files.

0 commit comments

Comments
 (0)