Skip to content

Commit 5924a65

Browse files
[pre-commit.ci] pre-commit autoupdate (#1884)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bca55e4 commit 5924a65

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
@@ -13,7 +13,7 @@ repos:
1313
- --exclude=scripts/
1414
- --start-year=2022
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.7
16+
rev: v0.12.8
1717
hooks:
1818
- id: ruff-check
1919
types_or: [python, pyi, jupyter]
@@ -30,7 +30,7 @@ repos:
3030
files: ^pymc_marketing/
3131
additional_dependencies: [numpy>=1.20, pandas-stubs]
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v5.0.0
33+
rev: v6.0.0
3434
hooks:
3535
- id: no-commit-to-branch
3636
args: [--branch, main]

0 commit comments

Comments
 (0)