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

Commit

Permalink
Merge pull request #86 from DiamondLightSource/need_to_substitute_thi…
Browse files Browse the repository at this point in the history
…s_line_in_the_cli

Ignoring before and after the given line
  • Loading branch information
evalott100 authored May 16, 2023
2 parents 7785906 + 3a71f47 commit 5c8c98f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/python3_pip_skeleton/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
# An empty list will ignore the whole file.
IGNORE_FILES: Dict[str, List[Tuple[str, str]]] = {
"update-tools.rst": [],
"test_boilerplate_removed.py": [],
"test_boilerplate_removed.py": [
("import sys", "def test_module_summary"),
("One line description of your", "features and why people should use it"),
],
"pin-requirements.rst": [],
"0002-switched-to-pip-skeleton.rst:": [],
"README.rst": [
Expand Down

0 comments on commit 5c8c98f

Please sign in to comment.