Add kaizen-agentic feedback CLI, Gitea issue templates, CI workflow, pre-commit hooks, FEEDBACK/TELEMETRY docs, and cross-platform path tests. Improve CLI registry error messages; remove agents_backup scaffolding. Apply black formatting across src/tests for CI consistency. State Hub message sent to agentic-resources for Helix correlation doc link.
11 lines
165 B
INI
11 lines
165 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203, W503
|
|
per-file-ignores =
|
|
tests/*:E501,F841
|
|
exclude =
|
|
.venv,
|
|
build,
|
|
dist,
|
|
.git,
|
|
__pycache__ |