Skip to content

Commit 70ed779

Browse files
Update from copier (2025-07-06T05:16:55)
1 parent e16ba23 commit 70ed779

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.copier-answers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 42057e0
2+
_commit: 8c06bd5
33
_src_path: https://github.com/python-project-templates/base.git
4+
add_docs: false
45
add_extension: python
56
67
github: python-project-templates

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,23 @@ ENV/
115115
# Thumbnails
116116
._*
117117

118+
<<<<<<< before updating
118119
# Files that might appear in the root of a volume
119120
.DocumentRevisions-V100
120121
.fseventsd
121122
.Spotlight-V100
122123
.TemporaryItems
123124
.Trashes
124125
.VolumeIcon.icns
126+
=======
127+
# Documentation
128+
/site
129+
index.md
130+
docs/_build/
131+
docs/src/_build/
132+
docs/api
133+
docs/index.md
134+
>>>>>>> after updating
125135

126136
# Directories potentially created on remote AFP share
127137
.AppleDB

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,8 @@ known-first-party = ["hatch_cpp"]
129129
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
130130

131131
[tool.ruff.lint.per-file-ignores]
132+
<<<<<<< before updating
132133
"__init__.py" = ["F401", "F403"]
134+
=======
135+
"__init__.py" = ["F401", "F403"]
136+
>>>>>>> after updating

0 commit comments

Comments
 (0)