LyNoS / setup.cfg
andreped's picture
Added a simple Gradio web demo
ddc22b2
raw
history blame contribute delete
No virus
287 Bytes
[metadata]
description-file = README.md
[isort]
force_single_line=True
known_first_party=lynos
line_length=160
profile=black
[flake8]
# imported but unused in __init__.py, that's ok.
per-file-ignores=*__init__.py:F401
ignore=E203,W503,W605,F632,E266,E731,E712,E741
max-line-length=160