There is no 'too deep nesting'
This commit is contained in:
parent
5978b0e92f
commit
7e23033d84
5 changed files with 27 additions and 25 deletions
|
|
@ -93,6 +93,8 @@ extend-ignore =
|
|||
# until after being processed by Sphinx Napoleon.
|
||||
# Source: https://github.com/peterjc/flake8-rst-docstrings/issues/17
|
||||
RST201,RST203,RST210,RST213,RST301,
|
||||
# The "too deep nesting" violation fires off "too early" and cannot be configured.
|
||||
WPS220,
|
||||
# String constant over-use is checked visually by the programmer.
|
||||
WPS226,
|
||||
# Modules as a whole are assumed to be not "too complex".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue