Pyproject.toml Apr 2026
Set default --coverage-report in configuration file #652 - GitHub
A standard pyproject.toml file is typically structured into three main tables: pyproject.toml
The pyproject.toml file is the standard configuration file for Python projects, used to manage project metadata, build systems, and tool-specific settings. It is written in TOML (Tom's Obvious, Minimal Language), a human-readable format consisting of key-value pairs organized into sections called tables. Core Tables in pyproject.toml Set default --coverage-report in configuration file #652 -
