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
Can we get a lazy option added, that matches flake8? i.e. It should include unstaged files if set to True.
https://gitlab.com/pycqa/flake8/-/blob/master/src/flake8/main/git.py#L22
The text was updated successfully, but these errors were encountered:
Adds lazy option to git hook.
045c084
Fixes PyCQA#1214
Update changelog with fix for #1214
0fa0364
This was just deployed with version 5.2.0 of isort. Thanks!
~Timothy
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Can we get a lazy option added, that matches flake8? i.e. It should include unstaged files if set to True.
https://gitlab.com/pycqa/flake8/-/blob/master/src/flake8/main/git.py#L22
The text was updated successfully, but these errors were encountered: