From 1bbee08cf7c661d812d8a7f37cdf8ef8d872d729 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:09:08 +0100 Subject: [PATCH] yaml lint --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98f7b1312..b98930abd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: hooks: - id: roxygenize additional_dependencies: - - formatters - - magrittr - - methods - - checkmate - - htmltools - - stats - - stringi + - formatters + - magrittr + - methods + - checkmate + - htmltools + - stats + - stringi - id: use-tidy-description - id: spell-check exclude: > @@ -81,4 +81,4 @@ repos: # `exclude: ` to allow committing specific files ci: - autoupdate_schedule: monthly + autoupdate_schedule: monthly