Skip to content

Commit 43e532c

Browse files
authored
Merge pull request #282 from ComputationalPhysiology/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c93d6e0 + 30e0b86 commit 43e532c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.14.2'
14+
rev: 'v0.14.4'
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies: ['types-requests']
3737

3838
- repo: https://github.com/streetsidesoftware/cspell-cli
39-
rev: v9.2.1
39+
rev: v9.3.0
4040
hooks:
4141
- id: cspell
4242
files: src/|docs/source/(.+).md|docs/source/(.+).rst|tests|README.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev = [
6060
"wheel",
6161
]
6262
docs = [
63-
"jupyter-book",
63+
"jupyter-book<2.0",
6464
"jupytext",
6565
"pandas",
6666
"plotly<6.0",

0 commit comments

Comments
 (0)