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
One potential way to deal with linting etc is to add a system with hooks that tools can register with.
These hooks could do things like:
...what else?
Not sure if making a "hook" concept like this is the way to go.
Maybe adopting something like https://pypi.org/project/simplemind/ (#233) makes sense long-term, if simple and pliable enough.
The text was updated successfully, but these errors were encountered:
Experimented with a lot of the linting/checking stuff in #199, without going the hook approach.
Sorry, something went wrong.
No branches or pull requests
One potential way to deal with linting etc is to add a system with hooks that tools can register with.
These hooks could do things like:
...what else?
Not sure if making a "hook" concept like this is the way to go.
Maybe adopting something like https://pypi.org/project/simplemind/ (#233) makes sense long-term, if simple and pliable enough.
The text was updated successfully, but these errors were encountered: