question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Read configuration from pyproject.toml

See original GitHub issue

Configuring 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).

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:47
  • Comments:5

github_iconTop GitHub Comments

1reaction
gmolveaucommented, May 9, 2022

Hi, any updates on this ? 😃 Thank’s !

1reaction
nico-unitycommented, Nov 2, 2021

Any progress on providing support for pyproject.toml configuration similarly to pytest. Example here ? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found