diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d9cff15a..f86bc61e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,7 +98,7 @@ repos: # entry: npx yarn npm audit - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: > @@ -158,7 +158,7 @@ repos: docs/als/settings.md )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint exclude: > @@ -174,7 +174,7 @@ repos: docs/development/webview_guide.md $ - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.17.0 + rev: v9.18.0 hooks: - id: commitlint stages: [commit-msg]