fix: Linting issues
All checks were successful
Pull Request Lint / lint (pull_request) Successful in 45s
Post PR Merge Action / integrate (push) Successful in 7s

This commit is contained in:
Christian Goeschel Ndjomouo 2025-02-11 10:42:33 -05:00
parent 247b06aa01
commit 0a4654f547
2 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -24,14 +24,14 @@ repos:
- id: dockerfilelint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
# ruff for Python formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.9.6
hooks:
- id: ruff
- id: ruff-format

View File

@ -7,7 +7,7 @@ which mainly manages OVHcloud's Linux workstations.
### 🐛 Bug Fixes
- *(configs)* Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58))
- _(configs)_ Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58))
### [0.2.0] - 2025-02-10
@ -21,7 +21,4 @@ which mainly manages OVHcloud's Linux workstations.
- Add dev tools and helper scripts - ([c1eb61d](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c1eb61d42581c4c0ab731fd428cc564a4e2d53d4))
OVHcloud GIS-Workspace Linux Team