You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* activate pre-commit in the project by running (at the root of the project): `pre-commit install`
112
112
113
113
Once installed pre-commit will perform the checks on every commit and reject a commit if errors are found;
114
114
it will even auto-correct several types of errors.
115
-
You can also run the pre-configured checks manually with `pre-commit run -a`.
115
+
The installation with [pre-commit-uv](https://pypi.org/project/pre-commit-uv/) is optional but recommended as it accelearates the initial seed operation.
116
+
117
+
Alternatively you can run the pre-configured checks manually with `pre-commit run -a`.
0 commit comments