What happened?
It turns out mypy has not been running on the sdk codebase for the past 3 months due to a bug in the noxfile, in:
|
for pkg in pkg_paths: |
|
if pkg == "src": |
|
pkg = "frequenz.channels" |
|
pkg_args.append("-p") |
|
pkg_args.append(pkg) |
What did you expect instead?
mypy to run as part of the CI.
Affected version(s)
No response
Affected part(s)
Build script, CI, dependencies, etc. (part:tooling)
Extra information
No response
What happened?
It turns out
mypyhas not been running on the sdk codebase for the past 3 months due to a bug in the noxfile, in:frequenz-sdk-python/noxfile.py
Lines 194 to 198 in 70d9d43
What did you expect instead?
mypy to run as part of the CI.
Affected version(s)
No response
Affected part(s)
Build script, CI, dependencies, etc. (part:tooling)
Extra information
No response