We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99db28c commit 53fd1aaCopy full SHA for 53fd1aa
pyproject.toml
@@ -57,7 +57,7 @@ test = [
57
# pin type-checkers so a new version doesn't suddenly cause the CI to fail,
58
# until types-setuptools is removed from typeshed.
59
# For help with static-typing issues, or mypy/pyright update, ping @Avasam
60
- "pyright == 1.1.376",
+ "pyright == 1.1.377",
61
"mypy==1.11.*",
62
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
63
"tomli",
tox.ini
@@ -6,7 +6,7 @@ setenv =
6
PYTHONWARNDEFAULTENCODING = 1
7
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
8
commands =
9
- pyright .
+ pyright --threads
10
pytest {posargs}
11
usedevelop = True
12
extras =
0 commit comments