Read configuration from pyproject.toml
See original GitHub issueConfiguring your tool in pyproject.toml
is all the new rage.
Several tools have already added support, and other tools are talking about it.
Feel free to steal ideas from those projects/discussions (such as only considering it as a valid config if the toml
package is installed, which is what isort
does).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:47
- Comments:5
Top Results From Across the Web
Configuring setuptools using pyproject.toml files
Starting with PEP 621, the Python community selected pyproject.toml as a standard way of specifying project metadata. Setuptools has adopted this standard ...
Read more >The pyproject.toml file | Documentation | Poetry
The pyproject.toml file The tool.poetry section of the pyproject.toml file is composed of multiple sections. name The name of the package.
Read more >Configuration with TOML and INI files - pydoit guide
Configuring pydoit with TOML and INI files. ... doit configuration can be read from pyproject.toml under the tool.doit namespace.
Read more >The basics - Black 22.12.0 documentation
Configuration via a file# ... Black is able to read project-specific default values for its command line options from a pyproject.toml file. This...
Read more >Python and TOML: New Best Friends - Real Python
TOML plays an essential part in the Python ecosystem. Many of your favorite tools rely on TOML for configuration, and you'll use pyproject.toml...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, any updates on this ? 😃 Thank’s !
Any progress on providing support for pyproject.toml configuration similarly to pytest. Example here ? 😃