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
Would it be possible to add Keylime to the list of type-checked projects?
Url: https://github.com/keylime/keylime.git Requirements.txt: ./requirements.txt and ./test-requirements.txt and ./ test/test-requirements.txt
It should pass cleanly for mypy (1 error today that will hopefully be fixed soon)
For pyright we are using the following config:
[tool.pyright] include = ["keylime", "test"] ignore = [ "keylime/backport_dataclasses.py", "keylime/mba/elchecking/example.py", "keylime/migrations/versions/", "keylime/da/examples/sqldb.py", "keylime/da/examples/redis.py", "keylime/da/examples/file.py", "test/data/template-invalid-adjust/2.0/adjust.py", ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would it be possible to add Keylime to the list of type-checked projects?
Url: https://github.com/keylime/keylime.git
Requirements.txt: ./requirements.txt and ./test-requirements.txt and ./
test/test-requirements.txt
It should pass cleanly for mypy (1 error today that will hopefully be fixed soon)
For pyright we are using the following config:
The text was updated successfully, but these errors were encountered: