The issues weren't noticed before because mypy does not analyze
functions without an annotation in their signature.
Details
Details
- Reviewers
Alphare ardumont - Group Reviewers
Reviewers - Commits
- rDLDBZR8bcabc103211: Add type annotations, and fix issues found by mypy
Diff Detail
Diff Detail
- Repository
- rDLDBZR BZR loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D7148 (id=25909)
Rebasing onto 0ffc124709...
Current branch diff-target is up to date.
Changes applied before test
commit 8bcabc10321102c532cfbd1b34ae3b8ee8f4c773 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Feb 10 15:35:24 2022 +0100 Add type annotations, and fix issues found by mypy The issues weren't noticed before because mypy does not analyze functions without an annotation in their signature.
See https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/41/ for more details.