Files
naps62-yolo 2f092f9ee0
ci / nix (push) Successful in 8s
ci / lint (push) Successful in 10s
feat(ci): lint skills, refs and installer drift (#15)
2026-08-20 14:23:19 +01:00

11 lines
350 B
TOML

# Vendored skills are upstream copies, replaced wholesale on a re-vendor.
extend-exclude = ["skills/impeccable", "skills/humanizer"]
line-length = 100
[lint]
select = ["E", "F", "W", "I", "B", "UP", "C4"]
# These are single-file operator scripts, not a library: long prose strings in
# --help text and report output are the norm.
ignore = ["E501"]