refactor: pre-commit run
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import pytest
|
||||
|
||||
from src.repository_name import is_valid_format
|
||||
|
||||
|
||||
@@ -11,4 +12,4 @@ from src.repository_name import is_valid_format
|
||||
]
|
||||
)
|
||||
def test_name_formatting(name_format, expected):
|
||||
assert is_valid_format(name_format) == expected
|
||||
assert is_valid_format(name_format) == expected
|
||||
|
||||
Reference in New Issue
Block a user