Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3109)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Phil Schaf <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and flying-sheep authored Jun 18, 2024
1 parent 126d730 commit 3f2af97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.4.9
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def setup(app: Sphinx):
"scanpy.plotting._dotplot.DotPlot": "scanpy.pl.DotPlot",
"scanpy.plotting._stacked_violin.StackedViolin": "scanpy.pl.StackedViolin",
"pandas.core.series.Series": "pandas.Series",
"numpy.bool_": "numpy.bool", # Since numpy 2, numpy.bool is the canonical dtype
}

nitpick_ignore = [
Expand Down

0 comments on commit 3f2af97

Please sign in to comment.