Skip to content

Commit e25d85e

Browse files
committed
1 parent 3c87dab commit e25d85e

File tree

3 files changed

+82
-54
lines changed

3 files changed

+82
-54
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.0.0a1-1-gc8fc7b7
2+
_commit: 5.0.0a1-2-g73c31e3
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ description = "Run pyright"
9797
commands = [
9898
[
9999
"pyright",
100+
"--pythonpath",
101+
".venv/bin/python",
100102
"src",
101103
"tests",
102104
{ replace = "posargs", default = [

0 commit comments

Comments
 (0)