Skip to content

Commit

Permalink
mpypy, pyright: remove refrences to agent in ignores
Browse files Browse the repository at this point in the history
Signed-off-by: Thore Sommer <[email protected]>
  • Loading branch information
THS-on committed Mar 6, 2023
1 parent 12aae6b commit 257f17a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ ignore_errors = True
[mypy-keylime.backport_dataclasses]
ignore_errors = True

[mypy-keylime.keylime_agent]
ignore_errors = True

[mypy-keylime.tpm_bootlog_enrich]
ignore_errors = True

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ line_length = 120
include = ["keylime", "test"]
ignore = [
"keylime/backport_dataclasses.py",
"keylime/keylime_agent.py",
"keylime/elchecking/",
"keylime/migrations/versions/",
"keylime/da/examples/tsa_rfc3161.py",
Expand Down

0 comments on commit 257f17a

Please sign in to comment.