|
@ -47,7 +47,7 @@ commands = |
|
|
[flake8] |
|
|
[flake8] |
|
|
max-line-length = 99 |
|
|
max-line-length = 99 |
|
|
docstring-convention = all |
|
|
docstring-convention = all |
|
|
ignore = D203, D213, W503 |
|
|
|
|
|
|
|
|
ignore = D203, D213, W503, E231 |
|
|
docstring_style = sphinx |
|
|
docstring_style = sphinx |
|
|
|
|
|
|
|
|
[darglint] |
|
|
[darglint] |
|
|