agents icon indicating copy to clipboard operation
agents copied to clipboard

Chore/add precommit config

Open mehmetyavuzz43 opened this issue 2 weeks ago • 0 comments

Adds a pre-commit configuration using Ruff and Black, enabling automatic code formatting and linting on commit.


[!NOTE] Introduces basic repo tooling for formatting/linting and environment checks.

  • Adds .pre-commit-config.yaml with ruff (auto-fix) and black hooks
  • Adds scripts/bash/check_env.sh to verify .env exists and required vars (POLYGON_WALLET_PRIVATE_KEY, OPENAI_API_KEY) are non-empty

Written by Cursor Bugbot for commit 3444c59edb83b4cb6c51943eac2b030244b4d0ad. This will update automatically on new commits. Configure here.

mehmetyavuzz43 avatar Dec 27 '25 21:12 mehmetyavuzz43