5953ef9
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8] ignore= # line length E501, # whitespace before ':' E203, # line break before binary operator W503, # import but not used F401 exclude= debug.py