https://github.com/annotation/text-fabric
Raw File
Tip revision: 20a11ec8c00eaa300322fdd0de11bdb896c605ed authored by Dirk Roorda on 21 February 2023, 16:05:24 UTC
fixes and enhancements
Tip revision: 20a11ec
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top