Skip to content

Commit 5303f7a

Browse files
committed
Applied changes from the code review by @ahms5
1 parent 582daea commit 5303f7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ruff_ignore:
105105
type: str
106106
help: |
107107
Enter a comma-separated list of files, directories, or file patterns that Ruff should ignore.
108-
default: "examples/,"
108+
default: ""
109109

110110
valid_python_versions:
111111
when: false

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def copier_project_defaults():
1212
"copyright_statement": "2025, The pyfar developers",
1313
"project_short_description": "my_project_short_description",
1414
"python_versions": "['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']",
15+
"ruff_ignore": "examples/,",
1516
}
1617

1718
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)