Skip to content

Commit 752c21f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1002)
updates: - [github.com/lorenzwalthert/precommit: v0.4.3.9014 → v0.4.3.9015](lorenzwalthert/precommit@v0.4.3.9014...v0.4.3.9015) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.1...v0.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8dc3dc3 commit 752c21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828
files: ^src/
2929
- repo: https://github.com/lorenzwalthert/precommit
30-
rev: v0.4.3.9014
30+
rev: v0.4.3.9015
3131
hooks:
3232
- id: lintr
3333
files: \.R$|\.Rmd$
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: shfmt
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.13.1
41+
rev: v0.13.2
4242
hooks:
4343
- id: ruff
4444
args: ["check", "--select", "I", "--fix"]

0 commit comments

Comments
 (0)