https://github.com/annotation/text-fabric
Raw File
Tip revision: 5705ae1b73004b9f7d0553d97af67df3a5440f01 authored by Dirk Roorda on 17 June 2022, 13:47:11 UTC
small fix download subfolders
Tip revision: 5705ae1
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top