Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#190)
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>
  • Loading branch information
pre-commit-ci[bot] authored Jan 14, 2025
1 parent ea7023e commit 684834c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/scanpydoc/rtd_github_links/_linkcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def linkcode_resolve(domain: Domain, info: DomainInfo) -> str | None:
info = cast(PyInfo, info)
if not info["module"]:
return None
return github_url(f'{info["module"]}.{info["fullname"]}')
return github_url(f"{info['module']}.{info['fullname']}")

0 comments on commit 684834c

Please sign in to comment.