https://github.com/annotation/text-fabric
Raw File
Tip revision: 0f9f6354a8b71b029bf9e87bb4c5306751ddddfe authored by Dirk Roorda on 13 June 2020, 15:21:54 UTC
deploy fix by Cody Kingham
Tip revision: 0f9f635
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top