pull#2
Merged
Merged
Conversation
- Replace requirements.txt with pyproject.toml (PEP 517/518). Dependencies are declared under [project.dependencies]; docs and dev tools are optional extras. setup.py is kept as-is because py2app reads it directly for macOS app-bundle configuration. - Pin Python 3.11 via .python-version for uv. - Add uv.lock for reproducible installs (177 packages resolved). - Configure ruff (lint + format) and ty under [tool.*] in pyproject.toml. - Rewrite python-ci.yml: - Use astral-sh/setup-uv@v5 + uv sync instead of pip. - Add ruff check / ruff format --check steps. - Add ty check step (continue-on-error while ty is in early release). - Split into separate lint and test jobs; test job runs unittest discover. - Trigger on push to main and pull_request (previously workflow_dispatch only). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
chore: migrate to uv, ruff, and ty
…a-specific-mathematic-page remove the complex logic for a specific mathematic page
- Add "Running Tests" section covering how to run the test suite, a per-file coverage table, CI integration note, and a macOS callout for the WeasyPrint system-library prerequisite - Add "Development Workflow: uv vs. pip / requirements.txt" section explaining the migration from requirements.txt, the benefits of pyproject.toml + uv.lock (dependency groups, deterministic lockfile, speed), and when to regenerate uv.lock Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Testing and uv workflow sections
…for uv *or* pip. als mentioned weasyprint incompatible with anaconda and that pre-commit is for contributing not general installation
moved the installation instructions round so that it made more sense …
new features: add word count status bar and recent files menu
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.
No description provided.