diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a09d9f3..5487f96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,17 +20,17 @@ repos: - id: trailing-whitespace # spell check - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: ["-I=.github/WORDLIST.txt"] # R formatting - repo: https://github.com/posit-dev/air-pre-commit - rev: 0.9.0 + rev: 0.10.0 hooks: - id: air-format - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9025 + rev: v0.4.3.9029 hooks: - id: parsable-R - id: readme-rmd-rendered