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
The pre-commit hook looks at BOTH .py and .ipynb files.
I tried to delete a .ipynb file that was no longer needed, and the yapf formatting raised an error when I tried to commit this change.
The pre-commit hook should only look at .py files, not .ipynb files.
Modify the pre-commit hook so that it only looks at .py files, not .ipynb files.
The text was updated successfully, but these errors were encountered:
Merged, should be closed.
Sorry, something went wrong.
No branches or pull requests
Information
What is the current behavior?
The pre-commit hook looks at BOTH .py and .ipynb files.
Steps to reproduce the problem
I tried to delete a .ipynb file that was no longer needed, and the yapf formatting raised an error when I tried to commit this change.
What is the expected behavior?
The pre-commit hook should only look at .py files, not .ipynb files.
Suggested solutions
Modify the pre-commit hook so that it only looks at .py files, not .ipynb files.
The text was updated successfully, but these errors were encountered: