Skip to content

Commit 4d81367

Browse files
Update from copier (2025-07-06T05:16:57)
1 parent ac21fa4 commit 4d81367

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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: csp-community

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,12 @@ dmypy.json
125125
.pyre/
126126

127127
# Documentation
128-
docs/_build/
129128
/site
129+
index.md
130+
docs/_build/
131+
docs/src/_build/
130132
docs/api
131133
docs/index.md
132-
_template/labextension
133134

134135
# Jupyter
135136
.ipynb_checkpoints

pyproject.toml

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

129129
[tool.ruff.lint.per-file-ignores]
130+
<<<<<<< before updating
130131
"__init__.py" = ["F401", "F403"]
132+
=======
133+
"__init__.py" = ["F401", "F403"]
134+
>>>>>>> after updating

0 commit comments

Comments
 (0)