https://github.com/annotation/text-fabric
Raw File
Tip revision: 3f1ccee247290d97430561f25b945309e6aaa7eb authored by Dirk Roorda on 29 October 2020, 15:49:03 UTC
small fix
Tip revision: 3f1ccee
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top