Skip to content

Commit 0a69b70

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.3...v0.3.7) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent 88ae1bb commit 0a69b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.3.3
15+
rev: v0.3.7
1616
hooks:
1717
- id: ruff
1818
args: ["--fix", "--show-source"]
@@ -26,7 +26,7 @@ repos:
2626
files: ^pymc_bart/
2727
additional_dependencies: [numpy<1.25.0, pandas-stubs==1.5.3.230304]
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.5.0
29+
rev: v4.6.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: end-of-file-fixer

0 commit comments

Comments
 (0)