Skip to content

Commit c714424

Browse files
[pre-commit.ci] pre-commit autoupdate (#190)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.7...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4e9963b commit c714424

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
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.7
15+
rev: v0.6.9
1616
hooks:
1717
- id: ruff
1818
args: ["--fix", "--output-format=full"]
@@ -26,7 +26,7 @@ repos:
2626
files: ^pymc_bart/
2727
additional_dependencies: [numpy, pandas-stubs]
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: end-of-file-fixer

0 commit comments

Comments
 (0)