https://github.com/annotation/text-fabric
Raw File
Tip revision: 86016a08e660776a59cbc9071bda07019539f7a1 authored by Dirk Roorda on 11 May 2021, 17:59:09 UTC
recorder and layered search updates
Tip revision: 86016a0
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top