https://github.com/annotation/text-fabric
Raw File
Tip revision: 7983a7d535c024ecd30cbe87056e3107b7350a04 authored by Dirk Roorda on 13 February 2020, 06:48:33 UTC
bug fix in stop
Tip revision: 7983a7d
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top