Add ruff.toml

This commit is contained in:
2026-09-02 16:39:56 +03:00
parent ab29e1722e
commit c8e312f209
+13
View File
@@ -0,0 +1,13 @@
target-version = "py310"
[lint]
select = ["E", "F", "W", "I", "B", "UP"]
ignore = []
[lint.isort]
known-first-party = ["selectel_ml_tui"]
[format]
quote-style = "double"
indent-style = "space"
line-ending = "lf"