File size: 93 Bytes
447ff7c
 
 
 
 
1
2
3
4
5
6
[flake8]
max-line-length = 120
ignore = E203,E501,W503
per-file-ignores =
  __init__.py:F401