https://github.com/annotation/text-fabric
Raw File
Tip revision: b7c6e7e757970b5f41446299e688107c69ef04d1 authored by Dirk Roorda on 18 August 2022, 17:12:12 UTC
refinements in colume support
Tip revision: b7c6e7e
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top