1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
workload-automation/wa/framework/target
Marc Bonnici aa4df95a69 pep8: Ignore line break before binary operator
PEP8 has switched its guidance [1] for where a line break should occur
in relation to a binary operator, so don't raise this warning for
new code and update the code base to follow the new style.

[1] https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator
2020-10-30 11:49:54 +00:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
config.py framework: pep8 fixes 2018-07-06 14:39:41 +01:00
descriptor.py descriptor/SSHConnection: Expose use_scp parameter 2020-05-13 16:43:03 +01:00
info.py fw: Replace usage of file locking with atomic writes 2020-07-15 15:04:31 +01:00
manager.py fw/tm: Only finalize the assistant if instantiated 2020-10-30 11:47:56 +00:00
runtime_config.py Pylint Fixes 2020-10-30 11:49:54 +00:00
runtime_parameter_manager.py fw/rt_param_manager: Add support for aliased parameters 2018-12-14 07:44:44 +00:00