You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if we could minimize the number of configuration files for the project. Instead of a separate .style.yapf, pytest.ini, .clang-format and .isort.cfg, we could have all the configurations within a pyproject.toml file leading to a overall minimal code structure.
Self-service
I'd be willing to do some initial work on this proposal myself.
The text was updated successfully, but these errors were encountered:
Proposal
It'd be nice if we could minimize the number of configuration files for the project. Instead of a separate
.style.yapf
,pytest.ini
,.clang-format
and.isort.cfg
, we could have all the configurations within apyproject.toml
file leading to a overall minimal code structure.Self-service
The text was updated successfully, but these errors were encountered: