https://github.com/annotation/text-fabric
Raw File
Tip revision: a7850fe7e4968a6c959f52ea7c4c9417c72fd4fb authored by Dirk Roorda on 25 April 2019, 14:33:26 UTC
text-fabric
Tip revision: a7850fe
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top