[flake8]
# https://github.com/pytorch/pytorch/blob/master/.flake8
max-line-length = 120
select = B,C,E,F,P,T4,W,B9
extend-ignore = E203, E501
