qutebrowser: avoid linter errors within config.py
This commit is contained in:
parent
604021a1ad
commit
c2b28b4919
@ -1,3 +1,11 @@
|
|||||||
|
# pylint: disable=C0111,E0601
|
||||||
|
# pyflakes: noqa
|
||||||
|
from qutebrowser.config.configfiles import ConfigAPI # noqa: F401
|
||||||
|
from qutebrowser.config.config import ConfigContainer # noqa: F401
|
||||||
|
config: ConfigAPI = config # noqa: F821 pylint: disable=E0602,C0103
|
||||||
|
c: ConfigContainer = c # noqa: F821 pylint: disable=E0602,C0103
|
||||||
|
# ref: https://www.qutebrowser.org/doc/help/configuring.html
|
||||||
|
|
||||||
# Autogenerated config.py
|
# Autogenerated config.py
|
||||||
#
|
#
|
||||||
# NOTE: config.py is intended for advanced users who are comfortable
|
# NOTE: config.py is intended for advanced users who are comfortable
|
||||||
|
Loading…
Reference in New Issue
Block a user