We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556b420 commit 9228883Copy full SHA for 9228883
pyproject.toml
@@ -63,7 +63,7 @@ target_version = ['py310']
63
64
[tool.ruff]
65
line-length = 100
66
-extend-ignore = ["E731", "E741", "N802", "N803", "N806", "E501"]
+extend-ignore = ["E731", "E741", "N802", "N803", "N806", "E501", "E701"]
67
exclude = [
68
".bzr",
69
".direnv",
0 commit comments