https://github.com/annotation/text-fabric
Raw File
Tip revision: bb2d720ccb9bcd0ae3288868af6d466405bdf07d authored by Dirk Roorda on 12 April 2019, 19:31:00 UTC
fix in pretty
Tip revision: bb2d720
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top