We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8299cd0 commit a05e66bCopy full SHA for a05e66b
1 file changed
pyproject.toml
@@ -26,11 +26,13 @@ typeCheckingMode = "strict"
26
venvPath = "."
27
venv = ".venv"
28
29
-[tool.ruff]
+[tool.ruff.lint]
30
select = ["E", "F", "I"]
31
ignore = []
32
+
33
+[tool.ruff]
34
line-length = 88
35
target-version = "py38"
36
-[tool.ruff.per-file-ignores]
37
+[tool.ruff.lint.per-file-ignores]
38
"__init__.py" = ["F401"]
0 commit comments