mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 17:55:48 +00:00
79e2bb98b7
git-subtree-dir: flask-bpmn git-subtree-split: f3fc539423a3522d142146d2a039c0cd49badaf5
13 lines
343 B
INI
13 lines
343 B
INI
[flake8]
|
|
select = B,B9,C,D,DAR,E,F,N,RST,S,W
|
|
ignore = E203,E501,RST201,RST203,RST301,W503
|
|
max-line-length = 120
|
|
max-complexity = 30
|
|
docstring-convention = google
|
|
rst-roles = class,const,func,meth,mod,ref
|
|
rst-directives = deprecated
|
|
|
|
per-file-ignores =
|
|
# prefer naming tests descriptively rather than forcing comments
|
|
tests/*:S101,D103
|