Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Jan 17, 2025
1 parent 48c12c4 commit 1a37297
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ class name in this argument.
raise ValueError(
f"""
Invalid PVC name '{name}'. It must comply with RFC 1123.
A lowercase RFC 1123 subdomain must consist of lowercase alphanumeric characters, '-' or '.',
A lowercase RFC 1123 subdomain must consist of lowercase
alphanumeric characters, '-' or '.',
and must start and end with an alphanumeric character.
For example, 'example.com' is valid.
The regex used for validation is:
Expand Down

0 comments on commit 1a37297

Please sign in to comment.