Files
stork/ruff.toml
T
ilia b88791a0b7
CI / python-ci (push) Successful in 1m39s
CI / secret-scan (push) Successful in 32s
Add Stork family name board MVP with invite auth and votes.
Includes multilingual etymology fields, seed data for starter names, and CI-ready Python project layout.
2026-08-06 16:43:06 -04:00

8 lines
232 B
TOML

# Lint gate config — enforced in CI (no || true). Start pragmatic; tighten
# per-project by extending `select`, never by muting the CI step.
target-version = "py311"
line-length = 120
[lint]
select = ["E4", "E7", "E9", "F", "I"]