mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
groq[patch]: ruff fixes and rules (#31904)
* bump ruff deps * add more thorough ruff rules * fix said rules
This commit is contained in:
@@ -10,8 +10,6 @@ if __name__ == "__main__":
|
||||
SourceFileLoader("x", file).load_module()
|
||||
except Exception:
|
||||
has_failure = True
|
||||
print(file)
|
||||
traceback.print_exc()
|
||||
print()
|
||||
|
||||
sys.exit(1 if has_failure else 0)
|
||||
|
Reference in New Issue
Block a user