https://github.com/annotation/text-fabric
Raw File
Tip revision: 52d11ae74373e3aeff998baf73976baae6e43e96 authored by Dirk Roorda on 11 June 2020, 15:11:41 UTC
small fixes and docs
Tip revision: 52d11ae
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top