chore: align pyproject.toml, docs, and source with project standards#11
Open
privateip wants to merge 1 commit intoitential:develfrom
Open
chore: align pyproject.toml, docs, and source with project standards#11privateip wants to merge 1 commit intoitential:develfrom
privateip wants to merge 1 commit intoitential:develfrom
Conversation
Member
privateip
commented
Mar 18, 2026
- 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
f418c8f to
2d7fcf8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.