We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dd6f8 commit 3468ae2Copy full SHA for 3468ae2
pyproject.toml
@@ -3,7 +3,7 @@ line-length = 119
3
4
[tool.ruff.lint]
5
# Never enforce `E501` (line length violations).
6
-ignore = ["C901", "E501", "E721", "E741", "F402", "F823"]
+ignore = ["C901", "E501", "E721", "E741", "F402", "F823", "W293"]
7
select = ["C", "E", "F", "I", "W"]
8
9
# Ignore import violations in all `__init__.py` files.
0 commit comments