You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added pyproject.toml, which defines the mypy configuration.
As a first step, only the codechecker_common/ folder is checked
by mypy. This can be extended later.
The first issue detected by mypy is that Report.report_hash
could be None in several cases in the codebase.
Also added installation of stub package types-psutil for mypy.
0 commit comments