https://github.com/annotation/text-fabric
Raw File
Tip revision: 1953f2515c56aa07435faeb06b8af65e39074940 authored by Dirk Roorda on 11 May 2023, 13:30:32 UTC
minor update to xml conversion
Tip revision: 1953f25
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top