https://github.com/annotation/text-fabric
Raw File
Tip revision: 4fbf272b7a61ece60b7ef4e73d3d6f4a35b50960 authored by Dirk Roorda on 14 November 2021, 12:32:16 UTC
small fixes
Tip revision: 4fbf272
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top