We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c87dab commit e25d85eCopy full SHA for e25d85e
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 5.0.0a1-1-gc8fc7b7
+_commit: 5.0.0a1-2-g73c31e3
3
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
4
author_email: tom.cobb@diamond.ac.uk
5
author_name: Tom Cobb
pyproject.toml
@@ -97,6 +97,8 @@ description = "Run pyright"
97
commands = [
98
[
99
"pyright",
100
+ "--pythonpath",
101
+ ".venv/bin/python",
102
"src",
103
"tests",
104
{ replace = "posargs", default = [
0 commit comments