-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Description
The version of JuliaFormatter on pre-commit does not guarantee that the same version will be installed in the system. Since JuliaFormatter update to v2, we've had some situations where one dev had the updated v2, while others didn't. Even the Lint workflow was affected, and we had to specify the JuliaFormatter version there.
This issue is to update everything and to coordinate with all devs to update their local environments.
Things to do:
- Update Lint.yml
- Update JuliaFormatter in our local computers
- Update
.pre-commit.config.yaml
- Run
pre-commit run -a
and add the changes - Wait for an update to LanguageServer.jl and update the VSCode plugin