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
Having pre-commit fail after 15 seconds with something that the linter knows how to fix is really annoying.
The linter with --cach --fix is too slow to be run after each file save (which works nicely in other languages like python with black).
--cach --fix
black
Ideally we can make linting fast but I haven't seen a way of doing that. Having this check only at pre-push seems better than what we currently have.
The text was updated successfully, but these errors were encountered:
DomNomNom
No branches or pull requests
Having pre-commit fail after 15 seconds with something that the linter knows how to fix is really annoying.
The linter with
--cach --fix
is too slow to be run after each file save (which works nicely in other languages like python withblack
).Ideally we can make linting fast but I haven't seen a way of doing that. Having this check only at pre-push seems better than what we currently have.
The text was updated successfully, but these errors were encountered: