# Shared ruff configuration for all wildpc projects. # Individual projects can override in their own pyproject.toml if needed. line-length = 100 target-version = "py311" [lint] select = ["E", "F", "I", "W"]