https://github.com/annotation/text-fabric
Raw File
Tip revision: 9670183fbd0d1c8965f0247898067f575a178fc2 authored by Dirk Roorda on 06 July 2021, 15:18:23 UTC
small fix in making search clients
Tip revision: 9670183
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top