Conversation
Owner
codingjoe
commented
Feb 4, 2026
- Use Markdown for readme file
- Use pre-commit.ci for linting
- Update author name
- Use uv in CI suite
* Use Markdown for readme file * Use pre-commit.ci for linting * Update author name * Use uv in CI suite
There was a problem hiding this comment.
Pull request overview
This pull request updates the release pipeline and project configuration by migrating from reStructuredText to Markdown for the README, replacing the lint job with pre-commit.ci integration, updating the author information, and adopting uv as the package manager for CI operations.
Changes:
- Migrated README from reStructuredText (.rst) to Markdown (.md) format
- Updated author name from "Johannes Hoppe" to "Johannes Maron" and copyright year to 2026
- Replaced
[project.optional-dependencies]with PEP 735[dependency-groups]syntax and removed lint dependencies - Added
.pre-commit-config.yamlfor automated code quality checks via pre-commit.ci - Updated CI workflow to use uv package manager and removed dedicated lint job
- Modified Django test matrix from 4.2/5.1 to 4.2/5.2/6.0
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated README reference from .rst to .md, changed author name, migrated to dependency-groups syntax, removed lint dependencies |
| README.rst | Deleted reStructuredText README file |
| README.md | Added new Markdown-formatted README with equivalent content |
| MANIFEST.in | Removed as flit doesn't require it |
| LICENSE | Updated copyright to 2026 and new author name |
| .pre-commit-config.yaml | Added pre-commit configuration with hooks for code quality, formatting, and linting |
| .github/workflows/ci.yml | Replaced pip with uv, removed dedicated lint job, updated Django version matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
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.