Skip to content

Commit 679a733

Browse files
committed
ruff lint ignore UP031 in examples/*
1 parent edab90c commit 679a733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lint.ignore = [
2222

2323

2424
[tool.ruff.lint.per-file-ignores]
25-
"examples/*" = ["T201"] # Print allowed in examples.
25+
"examples/*" = ["UP031", "T201"] # Print allowed in examples.
2626
"src/prompt_toolkit/application/application.py" = ["T100", "T201", "F821"] # pdb and print allowed.
2727
"src/prompt_toolkit/contrib/telnet/server.py" = ["T201"] # Print allowed.
2828
"src/prompt_toolkit/key_binding/bindings/named_commands.py" = ["T201"] # Print allowed.

0 commit comments

Comments
 (0)