https://github.com/annotation/text-fabric
Raw File
Tip revision: 9295e5f5e72b7b64fcef3f8174908eaeaafe59b2 authored by Dirk Roorda on 15 May 2020, 15:33:42 UTC
docstrings for display options
Tip revision: 9295e5f
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top