Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 5c8c98f

Browse files
authored
Merge pull request #86 from DiamondLightSource/need_to_substitute_this_line_in_the_cli
Ignoring before and after the given line
2 parents 7785906 + 3a71f47 commit 5c8c98f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/python3_pip_skeleton/__main__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
# An empty list will ignore the whole file.
2626
IGNORE_FILES: Dict[str, List[Tuple[str, str]]] = {
2727
"update-tools.rst": [],
28-
"test_boilerplate_removed.py": [],
28+
"test_boilerplate_removed.py": [
29+
("import sys", "def test_module_summary"),
30+
("One line description of your", "features and why people should use it"),
31+
],
2932
"pin-requirements.rst": [],
3033
"0002-switched-to-pip-skeleton.rst:": [],
3134
"README.rst": [

0 commit comments

Comments
 (0)