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
Having many configuration files (many of the files starting with . in the root) as well as the setup.cfg, setup.py and pyproject.toml at the same time really increases maintenance effort, since you always have to search multiple files to find what you are trying to change. Therefore, I suggest
we move everything possible into pyproject.toml,
delete setup.py and setup.cfg and
put all configurations not available for pyproject.toml which were formerly in setup.cfg into their respective configuration files e.g. .flake8 as it seems
On top of that, I would like to critically review, what of all those things is actually required and take out the trash. E.g. the pep257 thing in setup.cfg seems ancient.
The text was updated successfully, but these errors were encountered:
Having many configuration files (many of the files starting with
.
in the root) as well as thesetup.cfg
,setup.py
andpyproject.toml
at the same time really increases maintenance effort, since you always have to search multiple files to find what you are trying to change. Therefore, I suggestpyproject.toml
,setup.py
andsetup.cfg
andpyproject.toml
which were formerly insetup.cfg
into their respective configuration files e.g..flake8
as it seemsOn top of that, I would like to critically review, what of all those things is actually required and take out the trash. E.g. the
pep257
thing insetup.cfg
seems ancient.The text was updated successfully, but these errors were encountered: