File size: 155 Bytes
065fee7
 
 
 
 
 
1
2
3
4
5
6
7
[flake8]
max-line-length = 88
max-complexity = 10
# These checks violate PEP8 so let's ignore them
extend-ignore = E203
extend-exclude = */site-packages/*