https://github.com/annotation/text-fabric
Raw File
Tip revision: 5eee50139f89ee3b2329aeaacd2955bfd2182a57 authored by Dirk Roorda on 21 March 2022, 10:10:47 UTC
small fix browseContentPretty (Uruk)
Tip revision: 5eee501
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top