mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 08:43:36 +05:00
chore: cleanup and update toml, create editorconfig
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
max_line_length = 88
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
[kiauh]
|
|
||||||
backup_before_update: False
|
|
||||||
|
|
||||||
[klipper]
|
|
||||||
repository_url: https://github.com/Klipper3d/klipper
|
|
||||||
branch: master
|
|
||||||
method: https
|
|
||||||
|
|
||||||
[moonraker]
|
|
||||||
repository_url: https://github.com/Arksine/moonraker
|
|
||||||
branch: master
|
|
||||||
method: https
|
|
||||||
|
|
||||||
[mainsail]
|
|
||||||
port: 80
|
|
||||||
unstable_releases: False
|
|
||||||
|
|
||||||
[fluidd]
|
|
||||||
port: 80
|
|
||||||
unstable_releases: False
|
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
[project]
|
[project]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev=["ruff"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
required-version = ">=0.3.4"
|
required-version = ">=0.3.4"
|
||||||
respect-gitignore = true
|
respect-gitignore = true
|
||||||
|
|||||||
Reference in New Issue
Block a user