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