https://github.com/annotation/text-fabric
Raw File
Tip revision: e2bf3929a18fd156ebc07bc5418a8f5dc73708ed authored by Dirk Roorda on 20 May 2019, 19:15:21 UTC
cv.activeTypes
Tip revision: e2bf392
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top