Fix lint debt and make CI gates honest #6

Merged
ilia merged 1 commits from chore/lint-debt-and-honest-ci into main 2026-07-26 14:47:33 -05:00
Owner
  • ruff: fix all 328 errors; config moved to [tool.ruff.lint]
  • mypy: fix all errors (annotations, nullable-column guards, stale weekly-report kwargs)
  • black: reformat so black --check passes
  • CI: remove || true from ruff/black/mypy/pytest in .gitea and .github workflows; gitea python-ci now installs the project and runs mypy
  • docs: move 14 root status/guide .md files into docs/, links updated

All gates verified locally: ruff clean, mypy clean, black clean, 93/93 tests pass.

- ruff: fix all 328 errors; config moved to [tool.ruff.lint] - mypy: fix all errors (annotations, nullable-column guards, stale weekly-report kwargs) - black: reformat so black --check passes - CI: remove `|| true` from ruff/black/mypy/pytest in .gitea and .github workflows; gitea python-ci now installs the project and runs mypy - docs: move 14 root status/guide .md files into docs/, links updated All gates verified locally: ruff clean, mypy clean, black clean, 93/93 tests pass.
ilia added 1 commit 2026-07-26 14:41:17 -05:00
Fix lint debt and make CI gates honest
CI / skip-ci-check (pull_request) Successful in 19s
CI / secret-scan (pull_request) Successful in 19s
CI / python-ci (pull_request) Successful in 2m38s
5df21d82f4
- ruff: fix all 328 errors (autofix + manual); move config to [tool.ruff.lint]
- mypy: fix all errors (annotations, nullable-column guards, stale kwargs
  in weekly report caller)
- black: reformat src/tests so black --check passes
- CI: remove `|| true` from ruff/black/mypy/pytest steps in both
  .gitea and .github workflows; install project deps and add mypy
  step in gitea python-ci so gates actually run
- docs: move 14 root status/guide markdown files into docs/, update links
ilia scheduled this pull request to auto merge when all checks succeed 2026-07-26 14:45:28 -05:00
ilia merged commit 1665885927 into main 2026-07-26 14:47:33 -05:00
ilia deleted branch chore/lint-debt-and-honest-ci 2026-07-26 14:47:33 -05:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ilia/POTE#6