blob: 72c9daf2d1557fcde3dbd4fa4cdb5edd3245044f (
plain)
1
2
3
4
5
6
7
8
9
|
[flake8]
# E402 module level import not at top of file
ignore = E402
max-line-length = 120
[pep8]
# E402 module level import not at top of file
ignore = E402
max-line-length = 120
|