2026-07-21 22:42:45 +02:00
|
|
|
# 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
|
|
|
|
|
|
2026-07-26 13:56:11 +02:00
|
|
|
# Scripts target Python 3.14+ (stdlib only).
|
|
|
|
|
target-version = "py314"
|