diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d69d80..6b1f808 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: args: ["--autofix", "--indent=2", "--no-sort-keys"] - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.0 + rev: v0.3.2.9003 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]