https://github.com/annotation/text-fabric
Raw File
Tip revision: e445baad1442c458acd1bfe73898a9f521f2433b authored by Dirk Roorda on 15 February 2024, 16:05:43 UTC
small fixes
Tip revision: e445baa
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top