We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ea7b21 + 5fa2ef6 commit 3402e23Copy full SHA for 3402e23
4 files changed
.flake8
@@ -9,6 +9,10 @@ max-arguments=8
9
max-line-complexity=20
10
11
ignore =
12
+ ; Found too deep nesting
13
+ WPS220,
14
+ ; Found `%` string formatting
15
+ WPS323,
16
; Found `f` string
17
WPS305,
18
; Missing docstring in public module
0 commit comments