busya
9b8c485562
chore: configure ruff + eslint linters for agentic workflow
- Replace pylint with ruff (backend/ruff.toml)
- line-length=300, max-complexity=10, per-file-ignores for tests
- Exclude D (docstrings replaced by contracts) and ANN
- Add eslint flat config for frontend (eslint-plugin-svelte)
- Allow console.info/warn/error (belief-state protocol)
- Remove .pylintrc (references non-existent plugin)
- Update agent docs: ruff check . + npm run lint
- Add ruff>=0.11.0 to backend/requirements.txt
- Add eslint + plugins to frontend devDependencies
2026-05-14 10:28:30 +03:00
..
2026-05-14 10:13:56 +03:00
2026-05-14 10:13:56 +03:00
2026-05-12 23:54:55 +03:00
2026-02-25 21:19:48 +03:00
2026-03-16 20:34:28 +03:00
2026-03-11 12:20:34 +03:00
2026-05-14 10:28:30 +03:00
2026-05-14 10:28:30 +03:00
2026-03-08 10:19:38 +03:00