[Python API] Improve configuration files (#10960)

* [Python API] Improve configuration files

* fix config files

* update setup.cfd + change quotes

* move all codestyle checks to py_checks job

* update requirements_test.txt

* fix  codestyle according to flake-docstring

* fix

* fix mypy

* apply comments
This commit is contained in:
Anastasia Kuporosova
2022-03-30 20:26:36 +03:00
committed by GitHub
parent be6db5d69a
commit 4c7050f6a9
22 changed files with 378 additions and 1541 deletions

View File

@@ -14,7 +14,7 @@ from openvino.runtime import AsyncInferQueue, Core, InferRequest, Layout, Type
def parse_args() -> argparse.Namespace:
"""Parse and return command line arguments"""
"""Parse and return command line arguments."""
parser = argparse.ArgumentParser(add_help=False)
args = parser.add_argument_group('Options')
# fmt: off