File size: 195 Bytes
9f68e7c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[flake8]
max-line-length = 88
ignore = E122,E123,E126,E127,E128,E203,E221,E241,E731,E722,W503
exclude = tests,.git,__init__.py

# [mypy]
# ignore_missing_imports = True

[bdist_wheel]
universal=1