1
0
Fork 0
onnx-web/api/setup.cfg

7 lines
127 B
INI
Raw Normal View History

2023-01-06 22:11:41 +00:00
[metadata]
2023-02-05 14:06:50 +00:00
description-file = README.md
[flake8]
ignore = E203, W503
max-line-length = 160
per-file-ignores = __init__.py:F401