File size: 102 Bytes
cb15d3a
 
 
 
fe23c24
1
2
3
4
5
6
[flake8]
ignore = E203, W503, E402
max-line-length = 109
max-complexity = 18
select = B,C,E,F,W,T4,B9