docs: fix outdated references in CONTRIBUTING.md#14594
Open
yash1511-bogam wants to merge 1 commit intoTheAlgorithms:masterfrom
Open
docs: fix outdated references in CONTRIBUTING.md#14594yash1511-bogam wants to merge 1 commit intoTheAlgorithms:masterfrom
yash1511-bogam wants to merge 1 commit intoTheAlgorithms:masterfrom
Conversation
- Update Python version from 3.13+ to 3.14+ (matches pyproject.toml) - Replace outdated black formatter recommendation with ruff format (matches .pre-commit-config.yaml) - Update PEP 8 URL to canonical peps.python.org (old URL 302-redirects) - Fix inconsistent mypy URL from http://www.mypy-lang.org to https://mypy-lang.org
Contributor
There was a problem hiding this comment.
Pull request overview
Updates contributor documentation to reflect current project tooling and links (Python version requirement, formatter, and canonical URLs).
Changes:
- Update stated minimum Python version to 3.14+ to match
pyproject.toml. - Replace
blackformatting guidance withruff format. - Refresh documentation links (canonical PEP 8 URL and HTTPS mypy homepage).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Describe your change:
Fix several outdated/incorrect references in CONTRIBUTING.md:
3.13+to3.14+to matchpyproject.toml(requires-python = ">=3.14")blackrecommendation withruff format, which is what the project actually uses (see.pre-commit-config.yaml:ruff-check+ruff-format)https://www.python.org/dev/peps/pep-0008/to canonicalhttps://peps.python.org/pep-0008/(old URL 302-redirects to new)http://www.mypy-lang.orgtohttps://mypy-lang.org(matching the other mypy reference in the same file)Checklist: