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
I think it would be a good idea to add dante check and dante lock as pre-commit hooks, using the pre-commit framework.
dante check
dante lock
requirements-dev.txt
requirements.txt
requirements-dev.lock
requirements.lock
While running the hook, this configuration could be overriden by the developers, either trough pre-commit's args option, or their own setup.cfg
args
setup.cfg
If you agree with this, I can write the PR myself.
The text was updated successfully, but these errors were encountered:
Any feedback about this idea ?
Sorry, something went wrong.
No branches or pull requests
I think it would be a good idea to add
dante check
anddante lock
as pre-commit hooks, using the pre-commit framework.requirements-dev.txt
andrequirements.txt
requirements-dev.lock
andrequirements.lock
While running the hook, this configuration could be overriden by the developers, either trough pre-commit's
args
option, or their ownsetup.cfg
If you agree with this, I can write the PR myself.
The text was updated successfully, but these errors were encountered: