aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 0c70a5541705d324ee50b21db5648eef1365bd91 (plain)
1
2
3
4
5
[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
# E401: multiple imports on one line
ignore=E501,E265,E401,W504