AgentOps-AI / agentops

Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
2.2k stars 214 forks source link

Integrate `black` and `ruff` with pre-commit hooks in the CI #509

Closed the-praxs closed 1 week ago

the-praxs commented 1 week ago

💡 Feature Description and Proposed Solution

black and ruff are for linting the code to adhere to PEP-8 format and type checks.

Using pre-commit hooks will allow us more flexibility in the rules that it should respect when linting our codebase.

🤔 Related Problem

No response

🤝 Contribution