File size: 135 Bytes
cf791ca
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
[flake8]
exclude = .git
max-complexity = 13
count = True
format = pylint
max-line-length = 120
tee = True
ignore = E303,E501,W505,C901