https://github.com/annotation/text-fabric
Raw File
Tip revision: 2e2ef8299b63f454981ffb0faf5040809de53707 authored by Dirk Roorda on 10 June 2019, 10:01:58 UTC
added feature comparison in search templates
Tip revision: 2e2ef82
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top