rename package (_rus suffix), convert to pyproject.toml, poetry lints

This commit is contained in:
2025-05-08 11:32:53 +02:00
parent 68ca87ee3a
commit a6b6ca9c8f
14 changed files with 260 additions and 49 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*.py]
indent_style = space
tab_width = 4
[*.toml]
indent_style = space
tab_width = 2