https://github.com/annotation/text-fabric
Raw File
Tip revision: 609270cdc0a2d68b90f2e12d95cb5903976cbf95 authored by Dirk Roorda on 01 May 2023, 20:23:23 UTC
bug fix and command streamlining
Tip revision: 609270c
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top