Skip to content

Commit 72243f2

Browse files
[STYLE] Minor fix for style (- WIP #291 -)
Changes in file docs/utils.py: Unknown Changes
1 parent ed13de9 commit 72243f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# - Can contain alphanumeric characters, underscore, hyphen, forward slash, and dot
2525
GIT_REF_PATTERN = r'^[a-zA-Z0-9][a-zA-Z0-9_\-./]*$'
2626

27+
2728
def _validate_git_ref(ref: str) -> str:
2829
"""
2930
Validate if the provided string is a valid Git reference.

0 commit comments

Comments
 (0)