# 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.14+ (stdlib only). target-version = "py314"