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.
2 parents ff9341e + e72a7a9 commit aa895feCopy full SHA for aa895fe
pyproject.toml
@@ -3,6 +3,8 @@ line-length = 120
3
4
[tool.ruff]
5
line-length = 120
6
+
7
+[tool.ruff.lint]
8
# Never enforce `E501` (line length violations), as black takes care of this.
9
ignore = ["E501"]
10
# Additionally enable the following rules
0 commit comments