https://github.com/annotation/text-fabric
Raw File
Tip revision: 57648a055222679c3be5f7f0cb6211751ac016ea authored by Dirk Roorda on 28 November 2023, 16:44:58 UTC
small fix in startup tf browser
Tip revision: 57648a0
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top