diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a8844f8..876313a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.2.2.9015 + rev: v0.3.2.9007 hooks: - id: style-files args: [--style_pkg=styler.mlr, --style_fun=mlr_style] @@ -33,7 +33,7 @@ repos: # uncomment after https://github.com/lorenzwalthert/precommit/issues/352 # - id: deps-in-desc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-added-large-files args: ["--maxkb=1000"]