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
WPS361
This code does not raise a WPS361 violation:
rules = [ rule for rule in config.get_option(self._rules_opt_name).items() ]
It should
[email protected]
The text was updated successfully, but these errors were encountered:
2afe7a8
Ok, it is better to release this under 0.16.0, because it may produce new violations.
0.16.0
Sorry, something went wrong.
sobolevn
No branches or pull requests
What's wrong
This code does not raise a
WPS361
violation:How it should be
It should
Flake8 version and plugins
[email protected]
The text was updated successfully, but these errors were encountered: