We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642c952 commit c32abd7Copy full SHA for c32abd7
1 file changed
pyproject.toml
@@ -98,17 +98,6 @@ filename = "pyproject.toml"
98
search = 'version = "{current_version}"'
99
replace = 'version = "{new_version}"'
100
101
-<<<<<<< before updating
102
-[tool.check-manifest]
103
-ignore = [
104
- ".copier-answers.yaml",
105
- "Makefile",
106
- "docs/**/*",
107
- "examples/**/*",
108
-]
109
-
110
-=======
111
->>>>>>> after updating
112
[tool.coverage.run]
113
branch = true
114
omit = [
0 commit comments