chore: initial commit of sysadmin scripts collection
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user