Files
py-healthchecks.io-fork/.flake8
Andrew Herrington dffb9be1bf linting
2021-12-10 22:43:32 -06:00

10 lines
281 B
INI

[flake8]
select = B,B9,C,D,DAR,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