[PATCH v4 1/9] dts: add project tools config
Tu, Lijuan
lijuan.tu at intel.com
Wed Aug 10 08:30:00 CEST 2022
> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Sent: Friday, July 29, 2022 6:56 PM
> To: thomas at monjalon.net; david.marchand at redhat.com; Randles, Ronan
> <ronan.randles at intel.com>; Honnappa.Nagarahalli at arm.com;
> ohilyard at iol.unh.edu; Tu, Lijuan <lijuan.tu at intel.com>
> Cc: dev at dpdk.org; Juraj Linkeš <juraj.linkes at pantheon.tech>
> Subject: [PATCH v4 1/9] dts: add project tools config
>
> .gitignore contains standard Python-related files.
>
> Apart from that, add configuration for Python tools used in DTS:
> Poetry, dependency and package manager
> Black, formatter
> Pylama, static analysis
> Isort, import sorting
>
> .editorconfig modifies the line length to 88, which is the default Black uses. It
> seems to be the best of all worlds. [0]
>
> [0]
> https://black.readthedocs.io/en/stable/the_black_code_style/current_style.htm
> l#line-length
>
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> ---
> dts/.editorconfig | 7 +
> dts/.gitignore | 14 ++
> dts/README.md | 15 ++
> dts/poetry.lock | 474 +++++++++++++++++++++++++++++++++++++++++++++
> dts/pylama.ini | 8 +
> dts/pyproject.toml | 43 ++++
> 6 files changed, 561 insertions(+)
> create mode 100644 dts/.editorconfig
> create mode 100644 dts/.gitignore
> create mode 100644 dts/README.md
> create mode 100644 dts/poetry.lock
> create mode 100644 dts/pylama.ini
> create mode 100644 dts/pyproject.toml
>
Reviewed-by: Lijuan Tu <lijuan.tu at intel.com>
Thanks,
Lijuan
More information about the dev
mailing list