mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
We're now at the point where 100% of functions checked by mypy is fully annotated; to avoid regressions, we're enforcing the requirement that it stay this way. We still have a moderate amount of code that is neither checked by mypy nor annotated, but it seems reasonable to annotate that code at the same time as we get a chance to fix the mypy issues in it. This is implemented by using the --disallow-untyped-defs option in mypy by default. |
||
|---|---|---|
| .. | ||
| activate-venv | ||
| backend | ||
| frontend | ||
| production | ||
| production-helper | ||
| setup-backend | ||
| setup-frontend | ||
| setup-production | ||
| setup-static-analysis | ||
| static-analysis | ||
| success-http-headers.txt | ||