Modernize project configs with pyproject.toml#447
Merged
tomschr merged 1 commit intopython-semver:masterfrom Nov 4, 2024
Merged
Modernize project configs with pyproject.toml#447tomschr merged 1 commit intopython-semver:masterfrom
tomschr merged 1 commit intopython-semver:masterfrom
Conversation
f42f9cc to
9e6fd49
Compare
* Raise version to 3.0.3-alpha.1
* In pyproject.toml:
- Use new dependency group from PEP 735
- Move all project related data from setup.cfg to pyproject.toml
- Consolidate flake8, pycodestyle with ruff
- Split Towncrier config type "trivial" into "trivial" and
"internal"
* Add uv's lock file (uv.lock)
* Create config file for ruff (.ruff.toml)
* Create config file for pytest (.pytest.ini)
* Simplify tox.ini and remove old stuff
* Document installation with new uv command
* Simplify Sphinx config with find_version()
* Update the authors
* Use uv in GitHub Action python-testing.yml workflow
9e6fd49 to
6208a54
Compare
Merged
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.
pyproject.toml:setup.cfgtopyproject.toml; removesetup.cfgflake8,pycodestylewith ruff"internal"
.ruff.toml).pytest.ini)tox.iniand remove old stuffuvcommandfind_version()python-testing.ymlworkflow