https://github.com/annotation/text-fabric
Raw File
Tip revision: 1bfb97d4ed70ebb07bdea196f548d504c6a4ab38 authored by Dirk Roorda on 03 November 2021, 08:00:50 UTC
small fix in layered search settings
Tip revision: 1bfb97d
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top