Skip to content

Commit aab22b7

Browse files
[STYLE] Minor style fixes found in review (- WIP #291 -)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 72243f2 commit aab22b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import re
2020

21+
2122
# Git reference validation pattern
2223
# Enforces:
2324
# - Must start with alphanumeric character
@@ -33,8 +34,6 @@ def _validate_git_ref(ref: str) -> str:
3334
- Must start with an alphanumeric character
3435
- Can contain alphanumeric characters, underscore, hyphen, forward slash, and dot
3536
- Cannot contain consecutive dots (..)
36-
...
37-
3837
Args:
3938
ref (str) -- The Git reference to validate.
4039

0 commit comments

Comments
 (0)