mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 09:08:09 +01:00
12 lines
309 B
INI
12 lines
309 B
INI
|
|
[flake8]
|
|
# Eventually would add D and DAR
|
|
select = B,B9,C,E,F,N,RST,S,W
|
|
ignore = E203,E501,RST201,RST203,RST301,W503,B902,N805,DAR402
|
|
max-line-length = 119
|
|
max-complexity = 10
|
|
docstring-convention = google
|
|
per-file-ignores = tests/*:S101
|
|
rst-roles = class,const,func,meth,mod,ref
|
|
rst-directives = deprecated
|