https://github.com/annotation/text-fabric
Raw File
Tip revision: c5b365425573a40467ae6bcb8a9ea047e4a781bb authored by Dirk Roorda on 12 May 2019, 10:22:24 UTC
structure
Tip revision: c5b3654
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top