Opened at 2023-02-03T19:58:47Z
Last modified at 2023-02-03T19:58:58Z
#3972 assigned enhancement
Solving `untyped-def` mypy errors in tahoe-lafs codebase
Reported by: | daniellee | Owned by: | daniellee |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The mypy '--disallow-untyped-def' flag raises errors when functions definitions are untyped. The codebase is missing a lot of type annotations for functions definitions.
We can improve tahoe-lafs codebase by adding type annotations to untyped functions to improve code readability for future development.
We want to use this flag to find and fix potential bugs in the codebase.
Change History (1)
comment:1 Changed at 2023-02-03T19:58:58Z by daniellee
- Owner set to daniellee
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.