|
@@ -46,6 +46,7 @@ devel =
|
|
|
tox >= 3.18.0
|
|
|
urwid >= 2.1.2
|
|
|
urwid-readline >= 0.13
|
|
|
+ Pygments >= 2.9.0
|
|
|
|
|
|
# Provides qom-fuse functionality
|
|
|
fuse =
|
|
@@ -55,6 +56,7 @@ fuse =
|
|
|
tui =
|
|
|
urwid >= 2.1.2
|
|
|
urwid-readline >= 0.13
|
|
|
+ Pygments >= 2.9.0
|
|
|
|
|
|
[options.entry_points]
|
|
|
console_scripts =
|
|
@@ -97,6 +99,9 @@ ignore_missing_imports = True
|
|
|
[mypy-urwid_readline]
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
+[mypy-pygments]
|
|
|
+ignore_missing_imports = True
|
|
|
+
|
|
|
[pylint.messages control]
|
|
|
# Disable the message, report, category or checker with the given id(s). You
|
|
|
# can either give multiple identifiers separated by comma (,) or put this
|