Skip to content

Commit

Permalink
mypy.ini: Adjust mypy to match new structure and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SamD2021 committed Nov 8, 2024
1 parent 05032ff commit 65ee3dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[mypy]
strict = true
scripts_are_modules = true
files = *.py, bfb, console, cx_fwup, fwdefaults, fwup, fwversion, get_mode, listbf, pxeboot, reset, set_mode, dpu-tools/dpu-tools, dpu-tools/*.py
files = dpu-tools, utils
explicit_package_bases = true

[mypy-pexpect]
ignore_missing_imports = true

[mypy-requests]
ignore_missing_imports = true

[mypy-paramiko]
ignore_missing_imports = true

0 comments on commit 65ee3dd

Please sign in to comment.