diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5223d7a61..f6c0230ce6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: prettier types_or: [javascript, jsx, css, scss, html] - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.19.1 + rev: v16.20.0 hooks: - id: stylelint additional_dependencies: [ @@ -39,7 +39,7 @@ repos: app/assets/stylesheets/common/_reset.scss )$ - repo: https://github.com/rubocop/rubocop - rev: v1.75.5 + rev: v1.75.8 hooks: - id: rubocop args: ["--autocorrect"]