pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
This error exists in pyjs extension, but pyjs isn't going to Python3.
'noqa' isn't working for W606, so this warning is disabled completely.
'async' and 'await' are still checked by pylint.
Beremiz's user manual
=====================
Contents:
.. toctree::
:maxdepth: 2
install
start
edit
build
connectors
debug