Skip to content

Commit

Permalink
add prettier + update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisx8 committed Mar 29, 2024
1 parent 929a357 commit e7fd198
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-crlf
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -21,12 +21,16 @@ repos:
- id: detect-private-key
- id: destroyed-symlinks
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.22.1
rev: v24.2.1
hooks:
- id: ansible-lint
args:
Expand Down
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files.associations": {
"*.html.j2": "html",
"*.yml": "ansible"
}
"files.associations": {
"*.html.j2": "html",
"*.yml": "ansible"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Refer to [`defaults/main/LauncherTW.yml`)](defaults/main/LauncherTW.yml) for pag

- [Ansible](https://docs.ansible.com/): an open source software suite that enables Infrastructure as Code (IaC).
- [TailwindCSS](https://tailwindcss.com/): a utility-first CSS framework
- The config layout is *heavily inspired* by [Homer](https://github.com/bastienwirtz/homer)
- The config layout is _heavily inspired_ by [Homer](https://github.com/bastienwirtz/homer)

## License

Expand Down

0 comments on commit e7fd198

Please sign in to comment.