chore: add linter configs (editorconfig, hadolint, markdownlint, prettier, yamllint, ruff, zed)

This commit is contained in:
2026-06-19 11:57:04 +02:00
parent 0803f3efff
commit a6a6d933da
7 changed files with 117 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
target-version = "py311"
line-length = 120
[lint]
select = ["E", "F", "W", "I", "N", "UP", "S", "B", "A", "C4", "SIM", "ARG"]
ignore = ["E501", "S101"]
[format]
quote-style = "single"
indent-style = "space"
line-ending = "lf"