mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
chore(bins): bump stylua
to v2.1.0 (#9)
This commit is contained in:
parent
eec8e178ff
commit
5d0cd2f5d2
2 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- repo: https://github.com/JohnnyMorganz/StyLua
|
- repo: https://github.com/JohnnyMorganz/StyLua
|
||||||
rev: v2.0.2
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: stylua # or stylua-system / stylua-github
|
- 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:
|
If you are using Docker, the easiest way to install StyLua is:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
COPY --from=JohnnyMorganz/StyLua:2.0.2 /stylua /usr/bin/stylua
|
COPY --from=JohnnyMorganz/StyLua:2.1.0 /stylua /usr/bin/stylua
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
@ -101,7 +101,7 @@ brew install stylua
|
||||||
- [Aftman](https://github.com/LPGhatguy/aftman)
|
- [Aftman](https://github.com/LPGhatguy/aftman)
|
||||||
|
|
||||||
```sh
|
```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.
|
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/stylua"
|
name = "pesde/stylua"
|
||||||
version = "2.0.2"
|
version = "2.1.0"
|
||||||
description = "A Lua code formatter"
|
description = "A Lua code formatter"
|
||||||
authors = [
|
authors = [
|
||||||
"CompeyDev <hi@devcomp.xyz>",
|
"CompeyDev <hi@devcomp.xyz>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue