https://github.com/annotation/text-fabric
Raw File
Tip revision: 947aa5071d545ed5c875fe24eeb7329d4a8e9893 authored by Dirk Roorda on 17 November 2021, 12:16:21 UTC
method added on A to load extra features
Tip revision: 947aa50
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top