[flake8]
max-complexity = 20
max-line-length = 120
select = C,E,F,W,B,B9,Q0
ignore = E127,E203,E402,E501,E704,F403,F811,W503,W504,B010,B020,B036,B905,B908

inline-quotes = double
multiline-quotes = double
