Skip to content

chore: align pyproject.toml, docs, and source with project standards#11

Open
privateip wants to merge 1 commit intoitential:develfrom
privateip:chore/infra-updates
Open

chore: align pyproject.toml, docs, and source with project standards#11
privateip wants to merge 1 commit intoitential:develfrom
privateip:chore/infra-updates

Conversation

@privateip
Copy link
Member

  • Remove stale [tool.setuptools.dynamic] section (build backend is hatchling)
  • Remove q debug dependency and add Python 3.13 classifier to match tox matrix
  • Fix Documentation URL to point to docs/ directory instead of repo root
  • Enforce B904 and T201 globally; suppress T201 per-file in logging.py where print is intentional
  • Add [tool.pytest.ini_options] and [tool.coverage] configuration sections
  • Fix all raise-without-from violations in heuristics.py, http.py, and jsonutils.py
  • Remove unused asyncio import and add missing type annotation in help.py
  • Rewrite README.md to be concise and accurate; update AGENTS.md to reflect all services/resources

- Remove stale [tool.setuptools.dynamic] section (build backend is hatchling)
- Remove q debug dependency and add Python 3.13 classifier to match tox matrix
- Fix Documentation URL to point to docs/ directory instead of repo root
- Enforce B904 and T201 globally; suppress T201 per-file in logging.py where print is intentional
- Add [tool.pytest.ini_options] and [tool.coverage] configuration sections
- Fix all raise-without-from violations in heuristics.py, http.py, and jsonutils.py
- Remove unused asyncio import and add missing type annotation in help.py
- Rewrite README.md to be concise and accurate; update AGENTS.md to reflect all services/resources
@privateip privateip force-pushed the chore/infra-updates branch from f418c8f to 2d7fcf8 Compare March 20, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant