https://github.com/annotation/text-fabric
Raw File
Tip revision: 6f99f5d59de865cf49ad4726058f87fe3d5b0c69 authored by Dirk Roorda on 31 May 2022, 19:58:39 UTC
bug fix in search templates with feature lines preceding a quantifier
Tip revision: 6f99f5d
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top