Skip to content
New issue

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

Add Keylime to the type-checked projects #113

Open
stefanberger opened this issue Jan 16, 2024 · 0 comments
Open

Add Keylime to the type-checked projects #113

stefanberger opened this issue Jan 16, 2024 · 0 comments

Comments

@stefanberger
Copy link

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",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant