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 76eab06 commit 10a8a68Copy full SHA for 10a8a68
1 file changed
tox.ini
@@ -11,7 +11,7 @@ commands = make check-dictionaries
11
[testenv:unitest]
12
description = run unit tests
13
dependency_groups = dev
14
-commands = pytest --cov=codespell_lib codespell_lib
+commands = pytest --cov=codespell_lib {posargs} codespell_lib
15
16
[testenv:type]
17
description = run type checks
0 commit comments