https://github.com/annotation/text-fabric
Raw File
Tip revision: 29df2353a2e2b0e87aa53be0c953ff3529602b83 authored by Dirk Roorda on 11 June 2020, 15:23:28 UTC
hotfix
Tip revision: 29df235
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top