11 lines
350 B
TOML
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"]
|