[flake8]
max-line-length = 100
max-complexity = 10
select = B,C,E,F,W,T4,B9
ignore = E203,E266,E731,W503
exclude = tools/*,*/qiskit/*