https://github.com/annotation/text-fabric
Raw File
Tip revision: bf8ac1a9dfd3413d28ad1d691c644c76cfcf0876 authored by Dirk Roorda on 10 June 2020, 20:02:02 UTC
display refactor (continued)
Tip revision: bf8ac1a
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top