<div dir="ltr">I would argue in favor of the auto update:<div><br></div><div>* it's easier for newcomers: having a pull request rejected because of indentation is not welcoming</div><div>* it's easier for online editing</div><div>* the argument that you need to rebase is not valid to me:</div><div>    * you can always force push and the code beautifier will be run on top again</div><div>    * the solution you mention is to have an environment properly set up: if you do so, you won't have pre-commit commits in the log</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le jeu. 12 déc. 2024 à 16:53, Jean Felder via QGIS-Developer <<a href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 12/12/2024 à 16:38, Even Rouault via QGIS-Developer a écrit :<br>
><br>
><br>
> Le 12/12/2024 à 16:33, Julien Cabieces via QGIS-Developer a écrit :<br>
>> Not a great fan of this approach, It looks like complicated to me, I would prefer the old behavior.<br>
>><br>
>> Those automatic PR force also contributor to rebase before pushing new<br>
>> modification to their branch. And if they have modified area of code<br>
>> which have been reformatted, they get conflicts.<br>
>><br>
>> automatic pre-commit commits brings more difficulties than what it<br>
>> solves IMHO.<br>
><br>
> I also tend to agree on that. On other projects I'm involved too <br>
> (GDAL, PROJ, shapelib, libtiff) where we have put in place pre-commit, <br>
> we just have a CI check that checks the formatting is OK. This <br>
> requires a bit of education to first time contributors, but pointing <br>
> to the documentation with clear instructions on how to setup <br>
> pre-commit should be good enough. <br>
> <a href="https://github.com/qgis/QGIS/edit/master/.github/PULL_REQUEST_TEMPLATE.md" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/edit/master/.github/PULL_REQUEST_TEMPLATE.md</a> <br>
> could also have some words about it<br>
><br>
> Like in <br>
> <a href="https://github.com/OSGeo/gdal/edit/master/.github/PULL_REQUEST_TEMPLATE.md" rel="noreferrer" target="_blank">https://github.com/OSGeo/gdal/edit/master/.github/PULL_REQUEST_TEMPLATE.md</a> <br>
> , " - [ ] Make sure code is correctly formatted (cf [pre-commit <br>
> configuration](<a href="https://gdal.org/development/dev_practices.html#commit-hooks)" rel="noreferrer" target="_blank">https://gdal.org/development/dev_practices.html#commit-hooks)</a>)"<br>
><br>
On second thoughts, I agree with Julien and Even.<br>
<br>
Jean<br>
<br>
<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div>