Skip to content

Commit

Permalink
Merge branch 'main' into menten-as-tensorvariable
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Oct 8, 2024
2 parents 11d0288 + 95bc1fa commit 6fdcc1d
Show file tree
Hide file tree
Showing 18 changed files with 1,173 additions and 490 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- --exclude=docs/
- --exclude=scripts/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.9
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -28,7 +28,7 @@ repos:
files: ^pymc_marketing/
additional_dependencies: [numpy>=1.20, pandas-stubs]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: debug-statements
- id: trailing-whitespace
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
project = "pymc-marketing"
author = "PyMC Labs"
copyright = f"2022, {author}"
html_title = "Open Source Marketing Analytics Solution"

# The master toctree document.
master_doc = "index"
Expand Down
Loading

0 comments on commit 6fdcc1d

Please sign in to comment.