TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Developer documentation on how to synchronise the local pre-commit to the github precommit #127

Closed DanicaSTFC closed 5 months ago

DanicaSTFC commented 6 months ago

When the pre-commit is updated in the repository on GitHub, there should be an easy/automatic way for the developers to update their local pre-commit checker. The developer should be informed when the pre-commit checks are updated and the documentation should show instructions on how to set the checker locally so that it is exactly the same as the one on the repository online.

paskino commented 6 months ago

Probably need to check https://github.com/TomographicImaging/eqt/blob/main/CONTRIBUTING.md

casperdcl commented 6 months ago

yup, your local pre-commit should autoupdate itself if you pull & merge main locally.