aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f141a9446679b15320333e0e94d05aef165067c0 (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