Skip to content

Commit

Permalink
dpu-tools/mypy.ini: Add dpu-tools specific config for the ipu like in…
Browse files Browse the repository at this point in the history
… the parent dir

It currently doesn't know the new modules and library, and some of the
imports we already ignore since its in its own directory
  • Loading branch information
SamD2021 committed Oct 11, 2024
1 parent 83f085b commit d7e083d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dpu-tools/mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[mypy]
strict = true
scripts_are_modules = true
files = *.py, dpu-tools

[mypy-pexpect]
ignore_missing_imports = true

[mypy-requests]
ignore_missing_imports = true

0 comments on commit d7e083d

Please sign in to comment.