File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file:
6060
6161``` yaml
6262- repo : https://github.com/JohnnyMorganz/StyLua
63- rev : v2.5.1
63+ rev : v2.5.2
6464 hooks :
6565 - id : stylua # or stylua-system / stylua-github
6666` ` `
@@ -84,7 +84,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s
8484If you are using Docker, the easiest way to install StyLua is :
8585
8686` ` ` dockerfile
87- COPY --from=JohnnyMorganz/StyLua:2.5.1 /stylua /usr/bin/stylua
87+ COPY --from=JohnnyMorganz/StyLua:2.5.2 /stylua /usr/bin/stylua
8888` ` `
8989
9090# ## Homebrew
@@ -110,7 +110,7 @@ uv tool install git+https://github.com/johnnymorganz/stylua
110110- [Aftman](https://github.com/LPGhatguy/aftman)
111111
112112` ` ` sh
113- aftman add johnnymorganz/stylua@2.5.1
113+ aftman add johnnymorganz/stylua@2.5.2
114114` ` `
115115
116116- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
Original file line number Diff line number Diff line change 22# It is not intended for manual editing.
33format = 2
44name = "pesde/stylua"
5- version = "2.5.1 "
5+ version = "2.5.2 "
66target = "lune"
77
88[graph."0x5eal/unzip@0.2.1 luau".pkg_ref]
Original file line number Diff line number Diff line change 11name = " pesde/stylua"
2- version = " 2.5.1 "
2+ version = " 2.5.2 "
33description = " A Lua code formatter"
44authors = [
55 " CompeyDev <hi@devcomp.xyz>" ,
You can’t perform that action at this time.
0 commit comments