Skip to content

Commit adaa517

Browse files
committed
Skip Bandit B110 for the CLI's best-effort terminal setup
1 parent 19feaac commit adaa517

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ testpaths = ["tests"]
5757
# B404/B603 - the dig/host DNS fallback runs a fixed argv with no shell
5858
# B310 - urlopen targets are https/http URLs we construct from a domain
5959
# B112 - retry loops continue on a failed attempt
60-
skips = ["B404", "B603", "B310", "B112"]
60+
# B110 - terminal colour / UTF-8 setup is best-effort and must never crash the CLI
61+
skips = ["B404", "B603", "B310", "B112", "B110"]
6162

6263
[tool.ruff]
6364
line-length = 120

0 commit comments

Comments
 (0)