docs: update AGENTIC_CODING.md to use Ruff instead of Black/Flake8
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
+4
-3
@@ -696,12 +696,13 @@ Before submitting code:
|
|||||||
Run full check:
|
Run full check:
|
||||||
```bash
|
```bash
|
||||||
pytest --cov=app
|
pytest --cov=app
|
||||||
black app/ tests/
|
ruff check app/ tests/
|
||||||
flake8 app/ --max-line-length=120
|
ruff format --check app/ tests/
|
||||||
mypy app/
|
mypy app/
|
||||||
bandit -r app/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** This project uses Ruff, which replaces Black, Flake8, isort, and Bandit with a single, faster tool.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Agent Collaboration
|
## 🤝 Agent Collaboration
|
||||||
|
|||||||
Reference in New Issue
Block a user