https://github.com/annotation/text-fabric
Raw File
Tip revision: 3dd9d472b9ab6255197b5c1b3aab877c2be23e9b authored by Dirk Roorda on 26 April 2019, 07:38:47 UTC
transcription Hebrew added geresh gershayim
Tip revision: 3dd9d47
flake8.txt
[flake8]
ignore =
    E111,
    E114,
    W503,
    W504,
    # E401,
    # E402,
    # E501,
max-line-length = 100

back to top