https://github.com/annotation/text-fabric
Raw File
Tip revision: cf868b310300e7e1baf30923afdfdb58367c2a42 authored by Dirk Roorda on 30 January 2021, 14:24:07 UTC
version mapping functions included
Tip revision: cf868b3
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top