[flake8]
select = B, B9,BLK,C,E,F,I,W,S
ignore = E203,E501,I201,W503,F403,F401,E743,B902,F405
max-line-length = 88
max-complexity = 10
per-file-ignores = tests/*:S101