File size: 156 Bytes
78d2150
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# setup.cfg

[pycodestyle]
ignore = E265,W503,E241,E711,E712,E201,E202,E221
max-line-length = 136
statistics = True

# Local Variables:
# mode: conf
# End: