We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In addition to the existing cli option, would it be possible to add or document a configuration option?
The text was updated successfully, but these errors were encountered:
Type: Answer 💬
If I add to my file .flake8 this line:
.flake8
max_cognitive_complexity = 10
or this line:
max-cognitive-complexity = 10
flake8-cognitive-complexity successfully apply the value of the option.
Thanks.
Sorry, something went wrong.
No branches or pull requests
In addition to the existing cli option, would it be possible to add or document a configuration option?
The text was updated successfully, but these errors were encountered: