Skip to content

Commit 31411bc

Browse files
[pre-commit.ci] pre-commit autoupdate (#912)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.6...v0.14.10) * Fix `mkdocs.yml` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hameer Abbasi <2190658+hameerabbasi@users.noreply.github.com>
1 parent bafe376 commit 31411bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
exclude: ".ipynb"
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.6
19+
rev: v0.14.10
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix"]

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plugins:
5656
- mkdocstrings:
5757
handlers:
5858
python:
59-
import:
59+
inventories:
6060
- https://numpy.org/doc/stable/objects.inv
6161
- https://docs.python.org/3/objects.inv
6262
- https://docs.scipy.org/doc/scipy/objects.inv

0 commit comments

Comments
 (0)