aboutsummaryrefslogtreecommitdiff
path: root/.flake8
blob: 660521f518e80bbead325fdfd922770722f21bc2 (plain)
1
2
3
4
5
6
7
8
[flake8]

# E129 - Visually indented line with same indent as next logical line
# E402 - Module level import not at top of file
# E501 - Line too long
# W504 - Line break occurred before a binary operator
# W605 - Invalid escape sequence 'x'
ignore = E129, E402, E501, W504, W605