https://github.com/annotation/text-fabric
Raw File
Tip revision: 280663a652f180408ec64aa4aabcf97d21ef8b0c authored by Dirk Roorda on 10 May 2023, 21:19:05 UTC
tweaks in xml convert
Tip revision: 280663a
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top