We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edab90c commit 679a733Copy full SHA for 679a733
pyproject.toml
@@ -22,7 +22,7 @@ lint.ignore = [
22
23
24
[tool.ruff.lint.per-file-ignores]
25
-"examples/*" = ["T201"] # Print allowed in examples.
+"examples/*" = ["UP031", "T201"] # Print allowed in examples.
26
"src/prompt_toolkit/application/application.py" = ["T100", "T201", "F821"] # pdb and print allowed.
27
"src/prompt_toolkit/contrib/telnet/server.py" = ["T201"] # Print allowed.
28
"src/prompt_toolkit/key_binding/bindings/named_commands.py" = ["T201"] # Print allowed.
0 commit comments