diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 153a0d3..cc78b07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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: diff --git a/.vscode/settings.json b/.vscode/settings.json index 211d8bd..cd91df3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { - "files.associations": { - "*.html.j2": "html", - "*.yml": "ansible" - } + "files.associations": { + "*.html.j2": "html", + "*.yml": "ansible" + } } diff --git a/README.md b/README.md index 71b4f10..1b238a0 100644 --- a/README.md +++ b/README.md @@ -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