Files
plex-playlist-old/.flake8
2024-04-23 08:02:28 -04:00

10 lines
272 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 = 100
max-complexity = 10
docstring-convention = google
per-file-ignores = backend/tests/*:S101
rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated