Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#216)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)

* Update pyproject.toml

* Lexer name

* Update conf.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dan Foreman-Mackey <dfm@dfm.io>
  • Loading branch information
pre-commit-ci[bot] and dfm committed Dec 3, 2022
1 parent e65dd4c commit f73df71
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
language: fail
files: "\\.rej$"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"myst_nb",
"IPython.sphinxext.ipython_console_highlighting",
]
master_doc = "index"

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/custom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "python",
"version": "3.9.1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "python",
"version": "3.9.1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sigmas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "python",
"version": "3.9.1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = ["matplotlib>=2.1"]
[project.optional-dependencies]
test = ["pytest"]
arviz = ["arviz>=0.9"]
docs = ["arviz>=0.9", "sphinx>=1.7.5", "pandoc", "myst-nb", "sphinx-book-theme"]
docs = ["arviz>=0.9", "sphinx>=1.7.5", "pandoc", "myst-nb", "sphinx-book-theme", "ipython"]

[build-system]
requires = ["setuptools>=62.0", "wheel", "setuptools_scm"]
Expand Down

0 comments on commit f73df71

Please sign in to comment.