mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
deepseek[patch]: ruff fixes and rules (#31901)
* bump ruff deps * add more thorough ruff rules * fix said rules
This commit is contained in:
@@ -8,7 +8,7 @@ if __name__ == "__main__":
|
||||
for file in files:
|
||||
try:
|
||||
SourceFileLoader("x", file).load_module()
|
||||
except Exception:
|
||||
except Exception: # noqa: PERF203
|
||||
has_failure = True
|
||||
print(file) # noqa: T201
|
||||
traceback.print_exc()
|
||||
|
||||
Reference in New Issue
Block a user