Convert pyproject.toml to regular format, remove pyproject-fmt#2374
Merged
Convert pyproject.toml to regular format, remove pyproject-fmt#2374
pyproject.toml to regular format, remove pyproject-fmt#2374Conversation
…m pre-commit Agent-Logs-Url: https://github.com/dry-python/returns/sessions/6bb8b66e-c7c6-4b5b-94ee-0b53541e0fa1 Co-authored-by: sobolevn <4660275+sobolevn@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
sobolevn
April 14, 2026 06:38
View session
sobolevn
approved these changes
Apr 14, 2026
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.
I have made things!
Replace
pyproject-fmt's compressed dotted-key notation with standard TOML section headers, matching the style in wemake-python-styleguide.Changes
pyproject.toml— Expand dotted keys into explicit section headers:dependencies.*→[tool.poetry.dependencies]extras.*→[tool.poetry.extras]group.dev.dependencies.*→[tool.poetry.group.dev.dependencies]group.docs.*→[tool.poetry.group.docs]/[tool.poetry.group.docs.dependencies]plugins.*→[tool.poetry.plugins.hypothesis]/[tool.poetry.plugins.pytest11]urls.*→[tool.poetry.urls]format.*,lint.*→[tool.ruff.format],[tool.ruff.lint],[tool.ruff.lint.per-file-ignores].pre-commit-config.yaml— Removepyproject-fmthook.Old and new
pyproject.tomlverified semantically identical via TOML parse comparison.Checklist
CHANGELOG.mdRelated issues
🙏 Please, if you or your company finds
dry-pythonvaluable, help us sustain the project by sponsoring it transparently on https://github.com/sponsors/dry-python. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.