Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Jan 18, 2025
1 parent 94c355e commit 86acec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def find_source():
if domain != "py" or not info["module"]:
return None
try:
filename = "momepy/%s#L%d-L%d" % find_source()
filename = "momepy/%s#L%d-L%d" % find_source() # noqa: UP031
except Exception:
filename = info["module"].replace(".", "/") + ".py"
tag = "main" if "+" in release else ("v" + release)
Expand Down

0 comments on commit 86acec2

Please sign in to comment.