#inspired by https://github.com/pytorch/pytorch/blob/master/.flake8
[flake8]
max-line-length = 140
ignore = D100,D101,D102,D103,D401,D403,D107,D400,F403,F405,E402,D105
