https://github.com/annotation/text-fabric
Raw File
Tip revision: 92e623e1c11547c4557c2711091da2a094f38e80 authored by Dirk Roorda on 15 October 2020, 09:05:16 UTC
weboffsets
Tip revision: 92e623e
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top