Skip to content
Snippets Groups Projects
Commit 2b466712 authored by Samuel Colvin's avatar Samuel Colvin Committed by Samuel Colvin
Browse files

add noqa c901 documentation

parent 06e88c77
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,6 +50,9 @@ higher than the provided value::
This feature is quite useful for detecting over-complex code. According to McCabe,
anything that goes beyond 10 is too complex.
 
**Note:** You can silence mccabe complexity errors on individual funtions with
flake8 by appending `` # noqa: C901`` to the function definition line.
 
Links
-----
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment