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

Commit 5297e5b

Browse files
authored
Merge pull request #72 from DiamondLightSource/coretl-patch-1
Also ignore pin-requirements.rst when substituting
2 parents e1070b6 + 192c35f commit 5297e5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/python3_pip_skeleton/__main__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
# Extensions to change
1919
CHANGE_SUFFIXES = [".py", ".rst", ".cfg", "", ".toml"]
2020
# Files not to change
21-
IGNORE_FILES = ["update-tools.rst", "test_boilerplate_removed.py"]
21+
IGNORE_FILES = [
22+
"update-tools.rst",
23+
"test_boilerplate_removed.py",
24+
"pin-requirements.rst",
25+
]
2226

2327
SKELETON_ROOT_COMMIT = "ededf00035e6ccfac78946213009c1ecd7c110a9"
2428

0 commit comments

Comments
 (0)