#inspired by https://github.com/pytorch/pytorch/blob/master/.flake8
[flake8]
max-line-length = 120
ignore = E203,E305,E402,E501,E721,E741,F403,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,D102,D103,D403
