Skip to content

Commit 4e8778f

Browse files
committed
fix ruff
1 parent e052f79 commit 4e8778f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def copier_project_defaults():
55
return {
66
"project_slug": "my_project",
77
"project_long_description": "my_project_description",
8-
"project_getting_started": "This is how to get started with my_project.",
8+
"project_getting_started": "This is how to get started.",
99
"git_username": "pyfar",
1010
"minimum_python_version": "3.11",
1111
}

tests/test_copier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_generated_file_exists(copie, copier_project_defaults, file_name):
2727
"Python 3.11 or higher",
2828
"py/my_project.svg",
2929
"https://my_project.readthedocs.io/en/stable/contributing.html",
30-
"\nThis is how to get started with my_project.\n",
30+
"\nThis is how to get started.\n",
3131
])
3232
def test_content_readme(copie, copier_project_defaults, desired):
3333
project = copie.copy(extra_answers=copier_project_defaults)

0 commit comments

Comments
 (0)