PTU5KAS/kas
Daniel Wagner c1e5c4f379 build: Fix all style reports by pycodestyle v2.4.0
pycodestyle v2.4.0 checks for W606 (async deprecated), but
we can't disable it on source code level with '# noqa'. Let's disable
the check globaly. We will still catch it with pylint.

By disabling the W606 we need also to list the W503 which was
previously active.

While at it fix following things:

./docs/conf.py:252:6: E121 continuation line under-indented for hanging indent
./docs/conf.py:257:6: E126 continuation line over-indented for hanging indent
./kas/build.py:123:17: W504 line break after binary operator
./kas/configschema.py:48:25: E123 closing bracket does not match indentation of opening bracket's line
./kas/configschema.py:49:21: E123 closing bracket does not match indentation of opening bracket's line
./tests/test_includehandler.py:82:13: E123 closing bracket does not match indentation of opening bracket's line
./tests/test_includehandler.py:121:13: E123 closing bracket does not match indentation of opening bracket's line

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2018-05-17 13:00:26 +02:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py implements patch support for repos 2018-03-09 09:59:07 +01:00
build.py build: Fix all style reports by pycodestyle v2.4.0 2018-05-17 13:00:26 +02:00
config.py kas/config: Make 'get_repo_dict' private 2018-04-04 13:43:37 +02:00
configschema.py build: Fix all style reports by pycodestyle v2.4.0 2018-05-17 13:00:26 +02:00
includehandler.py includehandler: Fix string formating issue 2018-01-02 14:26:46 +01:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py kas/libcmd: Instead of copying the .gitconfig, create a new dummy one 2018-03-21 17:16:04 +01:00
libkas.py implements patch support for repos 2018-03-09 09:59:07 +01:00
repos.py repos: use git diff-index to check if repo is dirty 2018-04-03 11:39:37 +02:00
shell.py implements patch support for repos 2018-03-09 09:59:07 +01:00