Skip to content

Commit 8bf3bcb

Browse files
author
Matthias Koeppe
committed
src/tox.ini (pyright): Do not restrict to subdirectories by default
1 parent 47e2783 commit 8bf3bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ allowlist_externals = {[sagedirect]allowlist_externals}
9393
## and may run out of memory. When no files/directories are given, just run it
9494
## on the packages that already have typing annotations.
9595
commands =
96-
{env:SAGE} -sh -c 'pyright {posargs:{toxinidir}/sage/combinat {toxinidir}/sage/manifolds}'
96+
{env:SAGE} -sh -c 'pyright {posargs:}'
9797

9898
[testenv:pycodestyle]
9999
description =

0 commit comments

Comments
 (0)