🔧 Add T201 rule to ruff linting configuration to disallow print statements (#1865)
This commit is contained in:
@@ -55,6 +55,7 @@ select = [
|
|||||||
"C4", # flake8-comprehensions
|
"C4", # flake8-comprehensions
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
"ARG001", # unused arguments in functions
|
"ARG001", # unused arguments in functions
|
||||||
|
"T201", # print statements are not allowed
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
"E501", # line too long, handled by black
|
"E501", # line too long, handled by black
|
||||||
|
|||||||
Reference in New Issue
Block a user