Skip to content

Commit 684834c

Browse files
[pre-commit.ci] pre-commit autoupdate (#190)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ea7023e commit 684834c

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
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.8.6
7+
rev: v0.9.1
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

src/scanpydoc/rtd_github_links/_linkcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def linkcode_resolve(domain: Domain, info: DomainInfo) -> str | None:
5555
info = cast(PyInfo, info)
5656
if not info["module"]:
5757
return None
58-
return github_url(f'{info["module"]}.{info["fullname"]}')
58+
return github_url(f"{info['module']}.{info['fullname']}")

0 commit comments

Comments
 (0)