Skip to content

Commit 6e0881d

Browse files
authored
🔧 Add T201 rule to ruff linting configuration to disallow print statements (#1865)
1 parent 0d1da3e commit 6e0881d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎backend/pyproject.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ select = [
5555
"C4", # flake8-comprehensions
5656
"UP", # pyupgrade
5757
"ARG001", # unused arguments in functions
58+
"T201", # print statements are not allowed
5859
]
5960
ignore = [
6061
"E501", # line too long, handled by black

0 commit comments

Comments
 (0)