Skip to content

issues Search Results · repo:tox-dev/pyproject-fmt language:Python

Filter by

61 results
 (64 ms)

61 results

intox-dev/pyproject-fmt (press backspace or delete to remove)

Following up on Issue #293, I’d like to propose an enhancement: While it s clear that PEP 621 does not enforce a specific TOML layout and that [project.scripts] and [project] scripts.* are semantically ...
  • zappuf
  • 1
  • Opened 
    on Apr 26
  • #296

As of now, pyproject-fmt does not provide an option to preserve the [optional-dependencies] table format specified in PEP 621. The tool reformats this section into a dotted table format, such as [optional-dependencies.dev], ...
  • domdinicola
  • 2
  • Opened 
    on Apr 25
  • #295

The current behavior of the pyproject-fmt package does not align with PEP 621 regarding the definition of script entry points. According to PEP 621, script entry points should be defined under a [project.scripts] ...
  • zappuf
  • 1
  • Opened 
    on Apr 22
  • #293

project.dependencies gets sorted, which is super useful at simplifying diffs. Why not sort tool.uv.dev-dependencies as well for the same reason?
  • cclauss
  • 1
  • Opened 
    on Apr 17
  • #292

uv tool install pyproject-fmt pyproject-fmt pyproject-fmt (2.5.0) My pyproject file: [project] name = my-app description = My app version = 1.13.1 requires-python = 3.14, =3.12 [[project.authors]] ...
  • EdAyers
  • 2
  • Opened 
    on Feb 25
  • #288

pyproject-fmt 2.5.0 does this: -[tool.ruff.lint.flake8-tidy-imports.banned-api] - rest_framework.status .msg = Use http.HTTPStatus instead +[tool.ruff] +lint.flake8-tidy-imports.banned-api. rest_framework.status ...
  • adamchainz
  • 1
  • Opened 
    on Feb 14
  • #285

Starting with pyproject-fmt, it normalises descriptions like this : diff --git a/pyproject.toml b/pyproject.toml index 3dde08c..3c6ecc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ ...
  • hugovk
  • Opened 
    on Oct 14, 2024
  • #270

pyproject-fmt doesn t seem to be familiar with the new Python 3.13 yet. - Programming Language :: Python :: 3.13 ,
  • nschloe
  • 1
  • Opened 
    on Oct 10, 2024
  • #266

A pyproject.toml with the following content: ... [[tool.poetry.source]] name = mysource url = https://mysource.com/api/v4/projects/1/packages/pypi/simple priority = supplemental [[tool.poetry.source]] ...
  • nurbscoder
  • 1
  • Opened 
    on Aug 13, 2024
  • #248

Is there a configurable setting in the latest version of pyproject-fmt that we can use to stop the collapse of the project sub-tables to be inline within the project table? Our project has a lot of CLIs ...
  • tieneupin
  • 3
  • Opened 
    on Aug 11, 2024
  • #247
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub