https://github.com/annotation/text-fabric
Raw File
Tip revision: 958f894330b961e48f62633777c2071f34c2c42c authored by Dirk Roorda on 08 September 2022, 19:31:03 UTC
small fixes in version mappings
Tip revision: 958f894
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top