Skip to content

Commit

Permalink
Remove slash
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Feb 7, 2024
1 parent e8260c5 commit 8dc30d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ruff.py
Expand Up @@ -19,7 +19,7 @@ def transform(stdout: str, is_maintainer: bool) -> str:
)
line = f"{line}. Run {command} to fix this error."
else:
line = f"{line}. See https://docs.astral.sh/ruff/rules//{m.group(1)} for how to fix this error."
line = f"{line}. See https://docs.astral.sh/ruff/rules/{m.group(1)} for how to fix this error."
transformed.append(line)
return "\n".join(transformed)

Expand Down

0 comments on commit 8dc30d6

Please sign in to comment.