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
Today we have several noqa: E722 statements as well as ignoring blank noqa statements (here and here). We should:
noqa: E722
noqa
Additionally, all except: blocks should log the exception and some useful context, to make feed failures easier to diagnose from logs.
except:
The text was updated successfully, but these errors were encountered:
All the refactors we planned under this issue to make it easier / safer to work in Vunnel are implemented.
Sorry, something went wrong.
willmurphyscode
No branches or pull requests
Today we have several
noqa: E722
statements as well as ignoring blanknoqa
statements (here and here). We should:Additionally, all
except:
blocks should log the exception and some useful context, to make feed failures easier to diagnose from logs.The text was updated successfully, but these errors were encountered: