chore(bins): bump stylua to v2.1.0 (#9)

This commit is contained in:
Ernisto 2025-04-23 14:26:46 -03:00 committed by GitHub
parent eec8e178ff
commit 5d0cd2f5d2
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file:
```yaml
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.0.2
rev: v2.1.0
hooks:
- id: stylua # or stylua-system / stylua-github
```
@ -84,7 +84,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s
If you are using Docker, the easiest way to install StyLua is:
```dockerfile
COPY --from=JohnnyMorganz/StyLua:2.0.2 /stylua /usr/bin/stylua
COPY --from=JohnnyMorganz/StyLua:2.1.0 /stylua /usr/bin/stylua
```
### Homebrew
@ -101,7 +101,7 @@ brew install stylua
- [Aftman](https://github.com/LPGhatguy/aftman)
```sh
aftman add johnnymorganz/stylua@2.0.2
aftman add johnnymorganz/stylua@2.1.0
```
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.

View file

@ -1,5 +1,5 @@
name = "pesde/stylua"
version = "2.0.2"
version = "2.1.0"
description = "A Lua code formatter"
authors = [
"CompeyDev <hi@devcomp.xyz>",