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 0d1da3e commit 6e0881dCopy full SHA for 6e0881d
‎backend/pyproject.toml‎
@@ -55,6 +55,7 @@ select = [
55
"C4", # flake8-comprehensions
56
"UP", # pyupgrade
57
"ARG001", # unused arguments in functions
58
+ "T201", # print statements are not allowed
59
]
60
ignore = [
61
"E501", # line too long, handled by black
0 commit comments