Edouard Choinière

Results 497 comments of Edouard Choinière

> The commit [cab12f1](https://github.com/OSGeo/grass/pull/2963/commits/cab12f134ab5e207090b88ba819c483c89e9d370) does not add what it says it adds. The syntax fix is needed, but the information should go to: > > > > ``` > >...

Do you allow me to finish these two things up and merge?

@veroandreo do you see more typos other than the ones I quickly spotted?

Slightly interesting if there is a real demand for it. Does it mean that it would be considered like a new compression format, or just another library for an existing...

> Beware, pre-commit settings should be in sync with https://github.com/OSGeo/grass/blob/main/.github/workflows/python-code-quality.yml and other eventual settings. I'll check tomorrow :) https://github.com/OSGeo/grass/pull/3317 contains easily reviewable issues that can be quickly fixed, but I...

Will probably need to have some fixes merged before this, since the GitHub Actions will enforce the quality now.

@nilason I'm a little stuck, I need an answer to continue... I had to use pipx for flake8 (I also used black that way to at the same time) since...

I'm thinking of removing the sync with the GitHub workflow since it will require a change in the required checks the way they are defined now. I'm making tests in...

Here the black version is within the same year, without preview style, so no real changes happen. The original idea behind this PR, by only updating the pre-commit config, as...

I reverted the changes that synced the versions in the Python Code Quality workflow. I developed a solution yesterday and today, and I'm writing the PR with the changes to...