Introduce editorconfig into the python test repo and align rules with DS, this will allow us to standardise our coding standards across repos.
This will involve creating a .editorconfig file that will have the same rules as the DS and then running make format.
Introduce editorconfig into the python test repo and align rules with DS, this will allow us to standardise our coding standards across repos.
This will involve creating a
.editorconfigfile that will have the same rules as the DS and then runningmake format.