Skip to content

Commit 219fd0a

Browse files
committed
Point pyright to .venv
1 parent 8e3e0f1 commit 219fd0a

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

pyproject.toml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ description = "Stryke Force Website"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"django[argon2]>=5.1.4",
9-
"gunicorn>=23.0.0",
10-
"hiredis>=3.1.0",
11-
"opencv-python>=4.10.0.84",
12-
"psycopg[c,pool]>=3.2.3",
13-
"redis>=5.2.1",
14-
"sentry-sdk>=2.19.2",
15-
"tba-api-v3client>=3.8.0",
16-
"wagtail>=6.4",
17-
"whitenoise[brotli]>=6.8.2",
8+
"django[argon2]>=5.1.4",
9+
"gunicorn>=23.0.0",
10+
"hiredis>=3.1.0",
11+
"opencv-python>=4.10.0.84",
12+
"psycopg[c,pool]>=3.2.3",
13+
"redis>=5.2.1",
14+
"sentry-sdk>=2.19.2",
15+
"tba-api-v3client>=3.8.0",
16+
"wagtail>=6.4",
17+
"whitenoise[brotli]>=6.8.2",
1818
]
1919

2020
[project.scripts]
2121
strykeforce-manage = "website.manage:main"
2222

2323
[dependency-groups]
2424
dev = [
25-
"black>=24.10.0",
26-
"django-debug-toolbar>=4.4.6",
27-
"django-types>=0.20.0",
28-
"ipython>=8.31.0",
29-
"rich>=13.9.4",
25+
"black>=24.10.0",
26+
"django-debug-toolbar>=4.4.6",
27+
"django-types>=0.20.0",
28+
"ipython>=8.31.0",
29+
"rich>=13.9.4",
3030
]
3131
pre-commit = [
32-
"add-trailing-comma>=3.1.0",
33-
"djade>=1.3.2",
34-
"django-upgrade>=1.23.1",
32+
"add-trailing-comma>=3.1.0",
33+
"djade>=1.3.2",
34+
"django-upgrade>=1.23.1",
3535
]
3636

3737
[build-system]
@@ -50,5 +50,7 @@ max_blank_lines = 1
5050
indent = 2
5151

5252
[tool.pyright]
53+
venvPath = "."
54+
venv = ".venv"
5355
pythonVersion = "3.12"
5456
typeCheckingMode = "basic"

0 commit comments

Comments
 (0)