Skip to content

Commit

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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.3...v0.4.5)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

* fix API breakage

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: mscheltienne <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and mscheltienne authored May 28, 2024
1 parent 119d379 commit 16b9e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
files: pycrostates

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.5
hooks:
- id: ruff
name: ruff linter
Expand All @@ -17,7 +17,7 @@ repos:
files: pycrostates

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--write-changes]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

# -- intersphinx -------------------------------------------------------------
intersphinx_mapping = get_intersphinx_mapping(
only={
packages={
"joblib",
"matplotlib",
"mne",
Expand Down

0 comments on commit 16b9e42

Please sign in to comment.