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]