Skip to content

Commit 8f64055

Browse files
github-actions[bot]CompeyDev
authored andcommitted
stylua: v2.5.2
1 parent 7dc3af2 commit 8f64055

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bins/stylua/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8484
If 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.

bins/stylua/pesde.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is not intended for manual editing.
33
format = 2
44
name = "pesde/stylua"
5-
version = "2.5.1"
5+
version = "2.5.2"
66
target = "lune"
77

88
[graph."0x5eal/unzip@0.2.1 luau".pkg_ref]

bins/stylua/pesde.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "pesde/stylua"
2-
version = "2.5.1"
2+
version = "2.5.2"
33
description = "A Lua code formatter"
44
authors = [
55
"CompeyDev <hi@devcomp.xyz>",

0 commit comments

Comments
 (0)