mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +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:
@@ -44,4 +44,4 @@ class TomlLoader(BaseLoader):
|
||||
)
|
||||
yield doc
|
||||
except tomli.TOMLDecodeError as e:
|
||||
print(f"Error parsing TOML file {file_path}: {e}")
|
||||
print(f"Error parsing TOML file {file_path}: {e}") # noqa: T201
|
||||
|
Reference in New Issue
Block a user