[flake8]
select = B,B9,C,D,DAR,E,F,N,RST,W
ignore = E203,E501,RST201,RST203,RST301,W503,D100,D101,D102,D103,D104,D105,C901,B902,B950,N804,N818
enable = TRIO910, TRIO911
max-line-length = 88
max-complexity = 10
docstring-convention = google
rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated
