Skip to content

Commit f95b1de

Browse files
committed
Remove copier template scaffolding and references
1 parent e7019cb commit f95b1de

File tree

4 files changed

+5
-186
lines changed

4 files changed

+5
-186
lines changed

.copier-answers.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,3 @@ handled through [GitHub](https://github.com/DiamondLightSource/smartem-decisions
55
filing a new one. If you have a great idea but it involves big changes, please
66
file a ticket before making a pull request! We want to make sure you don't spend
77
your time coding something that might not fit the scope of the project.
8-
9-
## Issue or Discussion?
10-
11-
Github also offers [discussions](https://github.com/DiamondLightSource/smartem-decisions/discussions) as a place to ask questions and share ideas. If
12-
your issue is open ended and it is not obvious when it can be "closed", please
13-
raise it as a discussion instead.
14-
15-
## Code Coverage
16-
17-
While 100% code coverage does not make a library bug-free, it significantly
18-
reduces the number of easily caught bugs! Please make sure coverage remains the
19-
same or is improved by a pull request!
20-
21-
## Developer Information
22-
23-
It is recommended that developers use a [vscode devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). This repository contains configuration to set up a containerized development environment that suits its own needs.
24-
25-
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
26-
27-
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/2.3.0/how-to.html).

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ requires-python = ">=3.12"
1919
[project.optional-dependencies]
2020
# Development dependencies
2121
dev = [
22-
"copier",
2322
"detect-secrets",
2423
"pipdeptree",
2524
"pre-commit",
@@ -203,6 +202,5 @@ lint.select = [
203202

204203
[tool.ruff.lint.per-file-ignores]
205204
# By default, private member access is allowed in tests
206-
# See https://github.com/DiamondLightSource/python-copier-template/issues/154
207205
# Remove this line to forbid private member access in tests
208206
"tests/**/*" = ["SLF001"]

0 commit comments

Comments
 (0)