We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to simplify setting up and maintaining a project with the python-toolbox, a command for managing the configuration files would be helpful.
python-toolbox
Having a cli tool for this task will reduce the need of copy & paste and replacing dummy values.
copy & paste
TL;DR:
Generate nox config file(s)
tbox config generate nox tbox config generate noxconfig
Update the tool configuration(s) in the pyproject.toml file
pyproject.toml
tbox config update pyproject
noxconfig.py
noxfile.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
In order to simplify setting up and maintaining a project with the
python-toolbox
, a command for managingthe configuration files would be helpful.
Details
Having a cli tool for this task will reduce the need of
copy & paste
and replacing dummy values.TL;DR:
Examples
Generate nox config file(s)
Update the tool configuration(s) in the
pyproject.toml
fileReferences & Context
Task(s)
noxconfig.py
noxfile.py
pyproject.toml
with the expected tooling settingsThe text was updated successfully, but these errors were encountered: