0f39b1087f
HTML tag support is aligned with Mastodon 4.2 supported tags. This code introduces a soft dependency on the urwidgets library. If urwidgets is not available, HTML tags are still supported, but hyperlinks are not underlined using the OCS 8 terminal feature (on supported terminals).
5 lines
144 B
INI
5 lines
144 B
INI
[flake8]
|
|
exclude=build,tests,tmp,venv,toot/tui/scroll.py
|
|
ignore=E128,W503
|
|
per-file-ignores=toot/tui/stubs/urwidgets.py:F401
|
|
max-line-length=120
|