-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
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
cli: afc: add -i/--ignore-errors
option to pull
#1281
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring all possible errors should not be considered a good practice. Let's instead use an optional ignore_errors: bool = False
to the pull()
method.
Done! |
Is there any way I can run those tests offline before pushing them? |
@0xepsil0n yeah you can install the pre-commit hook before committing. python3 -m pip install pre-commit
pre-commit install |
-i/--ignore-errors
option to pull
Thanks for the contribution! :) |
No description provided.