File size: 125 Bytes
cca4857
 
 
 
 
 
1
2
3
4
5
6
7
[flake8]
ignore = E203, E501, W503
max-line-length = 88
max-complexity = 10
per-file-ignores =
    */__init__.py: F401, F403