From 1f12e0173e3653bd316633080c8f2c073d15a083 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:43:52 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v5.0.2 --- .copier-answers.yml | 6 +++--- .github/CONTRIBUTING.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 46ad0f60be..81b8823b68 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5.0.1 +_commit: 5.0.2 _src_path: https://github.com/DiamondLightSource/python-copier-template author_email: dominic.oram@diamond.ac.uk author_name: Dominic Oram @@ -7,7 +7,7 @@ component_lifecycle: production component_owner: group:data-acquisition component_type: library description: Ophyd devices and other utils that could be used across DLS beamlines -distribution_name: dls-dodal # Can change to dodal https://github.com/DiamondLightSource/dodal/issues/681 +distribution_name: dls-dodal docker: false docs_type: sphinx git_platform: github.com @@ -15,5 +15,5 @@ github_org: DiamondLightSource package_name: dodal pypi: true repo_name: dodal -strict_typing: false # Should move to strict typing in future +strict_typing: false type_checker: pyright diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b8d26eb26d..0ffed58a5e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects. -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/5.0.1/how-to.html). +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/5.0.2/how-to.html).