chore: initial commit of sysadmin scripts collection

This commit is contained in:
2026-07-21 22:42:45 +02:00
commit 64e5b32514
11 changed files with 11579 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Ruff configuration for the sysadmin scripts collection.
# Docs: https://docs.astral.sh/ruff/configuration/
# Default rule selection is kept intentionally — stricter linting is a separate decision.
# Owner style: 100-character lines (applies to both the linter and the formatter).
line-length = 100
# Scripts target Python 3.12+ (stdlib only).
target-version = "py312"