The site jobs app was retired by D1.1 (the directory is gone from the
repository), but the Makefile typecheck target still passes jobs to
mypy. Locals that keep an untracked jobs/ directory pass; every other
environment, including CI, fails with mypy: error: cannot read file 'jobs', which fails the quality contract at the typecheck target.
Remove jobs from the mypy path list. The package jobs app
(community_base.jobs) is typechecked in the community-base repository's
own quality gates.
The site jobs app was retired by D1.1 (the directory is gone from the
repository), but the Makefile
typechecktarget still passesjobstomypy. Locals that keep an untracked
jobs/directory pass; every otherenvironment, including CI, fails with
mypy: error: cannot read file 'jobs', which fails the quality contract at the typecheck target.Remove
jobsfrom the mypy path list. The package jobs app(
community_base.jobs) is typechecked in the community-base repository'sown quality gates.