> -----Original Message----- > From: Juraj Linkeš <[email protected]> > Sent: Friday, July 29, 2022 6:56 PM > To: [email protected]; [email protected]; Randles, Ronan > <[email protected]>; [email protected]; > [email protected]; Tu, Lijuan <[email protected]> > Cc: [email protected]; Juraj Linkeš <[email protected]> > Subject: [PATCH v4 2/9] dts: add developer tools > > The Dockerfile contains basic image for CI and developers. There's also an > integration of the Dockerfile with Visual Studio. > > The formatter script uses Black and Isort to format the Python code. > > Signed-off-by: Owen Hilyard <[email protected]> > Signed-off-by: Juraj Linkeš <[email protected]> > --- > dts/.devcontainer/devcontainer.json | 30 ++++++++++++ > dts/Dockerfile | 38 +++++++++++++++ > dts/README.md | 74 ++++++++++++++++++++++++++++- > dts/format.sh | 45 ++++++++++++++++++ > 4 files changed, 186 insertions(+), 1 deletion(-) create mode 100644 > dts/.devcontainer/devcontainer.json > create mode 100644 dts/Dockerfile > create mode 100755 dts/format.sh >
Reviewed-by: Lijuan Tu <[email protected]> Thanks, Lijuan

