Skip to content

Commit 53fd1aa

Browse files
committed
Add --threads
1 parent 99db28c commit 53fd1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test = [
5757
# pin type-checkers so a new version doesn't suddenly cause the CI to fail,
5858
# until types-setuptools is removed from typeshed.
5959
# For help with static-typing issues, or mypy/pyright update, ping @Avasam
60-
"pyright == 1.1.376",
60+
"pyright == 1.1.377",
6161
"mypy==1.11.*",
6262
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
6363
"tomli",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setenv =
66
PYTHONWARNDEFAULTENCODING = 1
77
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
88
commands =
9-
pyright .
9+
pyright --threads
1010
pytest {posargs}
1111
usedevelop = True
1212
extras =

0 commit comments

Comments
 (0)