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
Distinguish between python package and project: package for PyPI library with all the bells and whistles, project is smaller, has exact requirements.txt and other deployment instructions etc.
convert to setup.cfg
interactive / stepwise configuration build
Enhancements (hard, questionable)
Fail when file would not be written because it exists before asking questions to avoid frustration. But the folder is determined by asking the questions.
tox docs? Currently not possible because of platform-dependent commands
hook for providing builtin configuration locations, but is it really needed?
don't "abuse" optional dependencies for dev, instead use tox or requirements files
mold config add []: (also rm and copy?) add tools to a configuration. Builtin configs need to be blocked from modification though. But it seems awkward compared to just making a new configuration.
Linters ignore project (top) init files? (for unused imports etc.), but creates confusing default configuration. So at most in specific extensions.
Here's a TODO list for things to update soon.
Enhancements (easy, simple)
Enhancements (hard, questionable)
Enhancements (triage)
Extensions:
The text was updated successfully, but these errors were encountered: