py: install_deps> python -I -m pip install flake8 flake8-docstrings py: freeze> python -m pip freeze --all py: flake8==7.3.0,flake8-docstrings==1.7.0,mccabe==0.7.0,pip==26.2.1,pycodestyle==2.14.0,pydocstyle==6.3.0,pyflakes==3.4.0,setuptools==84.0.0,snowballstemmer==3.1.1 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD^ HEAD --name-only --diff-filter=d '"'"'*.py'"'"' > /tmp/.coalist_py' py: commands[0]> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' src/onaptests/configuration/basic_policy_settings.py:1:1: D100 Missing docstring in public module src/onaptests/scenario/basic_policy.py:1:1: D100 Missing docstring in public module src/onaptests/steps/policy/policy_operations.py:1:1: D100 Missing docstring in public module src/onaptests/steps/policy/policy_operations.py:55:1: D208 Docstring is over-indented py: exit 123 (0.38 seconds) /w/workspace/testsuite-pythonsdk-tests-master-python-lint> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' pid=31073 py: FAIL code 123 (4.23=setup[3.84]+cmd[0.01,0.38] seconds) evaluation failed :( (4.26 seconds)