https://github.com/annotation/text-fabric
Raw File
Tip revision: c0ed587e19d268f0e845bdfa6acab5ae82178925 authored by Dirk Roorda on 08 May 2023, 14:40:53 UTC
xml conversion more functional
Tip revision: c0ed587
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top