diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e8c65d..2bd52c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d444b47..0f8daf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -