https://github.com/annotation/text-fabric
Raw File
Tip revision: 45bd64579ed19cf5ab2f1c259d13b0dd83d10822 authored by Dirk Roorda on 26 March 2019, 09:56:28 UTC
small fix
Tip revision: 45bd645
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top