]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: add annotation support in config file
[dotfiles.git] / qutebrowser / config.py
index 81a4238b2cf96b8756632c0cac20a2b0de792d54..e9685ffe64f4ff18747f055a0b189eae127867d8 100644 (file)
@@ -1,3 +1,4 @@
+# noqa: D100
 ## Autogenerated config.py
 ##
 ## NOTE: config.py is intended for advanced users who are comfortable
 ## Autogenerated config.py
 ##
 ## NOTE: config.py is intended for advanced users who are comfortable
 ##   qute://help/configuring.html
 ##   qute://help/settings.html
 
 ##   qute://help/configuring.html
 ##   qute://help/settings.html
 
+from qutebrowser.config.configfiles import ConfigAPI
+from qutebrowser.config.config import ConfigContainer
+
+c: ConfigContainer = c      # noqa: F821 pylint: disable=E0602,C0103
+config: ConfigAPI = config  # noqa: F821 pylint: disable=E0602,C0103
+
 def in_terminal(cmd: list):
     """Wraps cmd to be run in the default TERMINAL, as set by environment.
 
 def in_terminal(cmd: list):
     """Wraps cmd to be run in the default TERMINAL, as set by environment.