https://github.com/annotation/text-fabric
Raw File
Tip revision: f47b2f85e5f7ac4616dad48f30ed073c868164fa authored by Dirk Roorda on 08 May 2023, 08:56:17 UTC
test with numpy
Tip revision: f47b2f8
flake8.txt
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
ignore = E203, E501, W503
back to top