aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: 5815831b1afd4fde706f6d3982f3081048c121a4 (plain) (blame)
1
2
3
4
5
[flake8]
ignore =
    W291,  # trailing whitespace; the standard tidy process will enforce no trailing whitespace
    W503,  # linebreak before binary operator; replaced by W504 - linebreak after binary operator
    E501,  # 80 character line length; the standard tidy process will enforce line length