Slawek Bierwiaczonek

Results 28 comments of Slawek Bierwiaczonek

> We'll also need to mention prettier in `docs/user/contributing.rst` and add CI in `.github/workflows/style.yaml` In `docs/user/contributing.rst` I assume that you would like to just mention that Prettier is used in...

Yes it already have passed once in [Reverted changes in data folder](https://github.com/microsoft/torchgeo/pull/2018/commits/c03e0e96a42362d2ac2d7bcf03fa3095df03af02) but I have used `git add .` and my `.idea` folder have been added so I've added `.idea`...

No it doesn't. I will update it now.

That's strange, when I was testing this on my fork I got ```command Run npx prettier . --check Checking formatting... All matched files use Prettier code style! ``` and here...

Unfortunately it have to be run through `npx`. The issue is that `npm ci` need to be run in directory where JSON package files are and there is no flag...

I have used and tested `npm install requirements/` and everything works fine. I had to add to `package.json` `"name": "torchgeo"` since without it git wasn't happy and we could not...

My pleasure, I'm happy that I could contribute to this project and too me it was also a very good experience, I have learn new tools that for sure might...

Hey @adamjstewart I can take care of this. I assume that formatting should be run on all files, not just some specific folder ? Also to clarify, this job should...

Yes that will be most convenient. I will review then available packages and will let you know which ones I would suggest.

From what I have searched [Google (unofficial) yamlfmt](https://github.com/google/yamlfmt) if well recommended but it's written in `Go` and it's not in PyPI, it is similar with [Prettier](https://github.com/prettier/prettier) that can cover not...