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

Commit a92d0fe

Browse files
authored
Also ignore pin-requirements.rst
1 parent e1070b6 commit a92d0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python3_pip_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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 = ["update-tools.rst", "test_boilerplate_removed.py", "pin-requirements.rst"]
2222

2323
SKELETON_ROOT_COMMIT = "ededf00035e6ccfac78946213009c1ecd7c110a9"
2424

0 commit comments

Comments
 (0)