We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make lint
When I run make lint (after going through the previous steps in the contributing doc successfully), I get the following error:
$ make lint PYTHONPATH=`pwd` pytest -c pyproject.toml --cov-report=html --cov=django_paddle_billing tests/ ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov-report=html --cov=django_paddle_billing inifile: /workspaces/django-paddle-billing/pyproject.toml rootdir: /workspaces/django-paddle-billing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
make lint
(after going through the previous steps in the contributing doc successfully), I get the following error:The text was updated successfully, but these errors were encountered: