fix basic

This commit is contained in:
2024-11-29 00:32:39 +01:00
parent 274e1e2e59
commit 8479c378ee
3 changed files with 26 additions and 19 deletions
+5 -1
View File
@@ -3,4 +3,8 @@ line-length = 140
[tool.ruff]
# Allow lines to be as long as 120.
line-length = 140
line-length = 140
indent-width = 4
[tool.ruff.lint]
ignore = ["F401","F403","F405","E402"]