From 4d1f4bf16fdd93138041afbf28343f13702588bb Mon Sep 17 00:00:00 2001 From: coretl Date: Fri, 6 Sep 2024 14:49:40 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@ca3debaa1050765003ed6f7dd041090ee260d239 --- .copier-answers.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 5d09e04..0da6259 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.2.0-16-gef12f1b +_commit: 2.2.0-18-gca3deba _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb diff --git a/pyproject.toml b/pyproject.toml index 53e5314..0e178e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ name = "Tom Cobb" version_file = "src/python_copier_template_example/_version.py" [tool.pyright] +typeCheckingMode = "standard" reportMissingImports = false # Ignore missing stubs in imported modules [tool.pytest.ini_options]