mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 05:25:04 +00:00
infra: add print rule to ruff (#16221)
Added noqa for existing prints. Can slowly remove / will prevent more being intro'd
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
|
||||
|
||||
def main() -> int:
|
||||
print("Hello World!")
|
||||
print("Hello World!") # noqa: T201
|
||||
|
||||
return 0
|
||||
|
||||
|
Reference in New Issue
Block a user