File size: 206 Bytes
900235d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
[flake8]
exclude = venv
ignore = E501, W503, E226, E203
max-line-length = 85

# E501: Line too long
# W503: Line break occurred before binary operator
# E226: Missing white space around arithmetic operator