1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-29 04:35:54 -04:00
Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Schwarz
0f39b1087f Support to display a limited set of HTML tags
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).
2023-09-22 21:32:19 -04:00
Dan Schwarz
4c12a210c4
Ignore warning W503
see: https://www.flake8rules.com/rules/W503.html for justification
2023-03-30 10:01:01 +02:00
Daniel Schwarz
0a6543d355
Ignore venv folder for flake8 and vermin tests 2023-01-19 09:17:52 +01:00
Dan Schwarz
91c1b792be Status detail scrollbar feature
Uses scroll.py from https://github.com/rndusr/stig
2023-01-19 09:02:35 +01:00
Ivan Habunek
4c1f3b65fd
Add flake8 and vermin to tests make command 2023-01-01 12:15:51 +01:00
Ivan Habunek
ded7a0c50d
Fix flake8 errors 2022-12-27 10:56:36 +01:00
Ivan Habunek
cebc88d329 Configure flake8 2017-08-26 11:53:45 +02:00