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 47e2783 commit 8bf3bcbCopy full SHA for 8bf3bcb
1 file changed
src/tox.ini
@@ -93,7 +93,7 @@ allowlist_externals = {[sagedirect]allowlist_externals}
93
## and may run out of memory. When no files/directories are given, just run it
94
## on the packages that already have typing annotations.
95
commands =
96
- {env:SAGE} -sh -c 'pyright {posargs:{toxinidir}/sage/combinat {toxinidir}/sage/manifolds}'
+ {env:SAGE} -sh -c 'pyright {posargs:}'
97
98
[testenv:pycodestyle]
99
description =
0 commit comments