https://github.com/annotation/text-fabric
Raw File
Tip revision: e67659938714787f91757aaebe77473726e7699e authored by Dirk Roorda on 23 September 2022, 13:19:28 UTC
smarter node-walking
Tip revision: e676599
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top