We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19feaac commit adaa517Copy full SHA for adaa517
1 file changed
pyproject.toml
@@ -57,7 +57,8 @@ testpaths = ["tests"]
57
# B404/B603 - the dig/host DNS fallback runs a fixed argv with no shell
58
# B310 - urlopen targets are https/http URLs we construct from a domain
59
# B112 - retry loops continue on a failed attempt
60
-skips = ["B404", "B603", "B310", "B112"]
+# B110 - terminal colour / UTF-8 setup is best-effort and must never crash the CLI
61
+skips = ["B404", "B603", "B310", "B112", "B110"]
62
63
[tool.ruff]
64
line-length = 120
0 commit comments