Solving untyped-def mypy errors in tahoe-lafs codebase #3972

Open
opened 2023-02-03 19:58:47 +00:00 by daniellee · 0 comments
daniellee commented 2023-02-03 19:58:47 +00:00
Owner

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.

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.
tahoe-lafs added the
unknown
minor
enhancement
n/a
labels 2023-02-03 19:58:47 +00:00
tahoe-lafs added this to the undecided milestone 2023-02-03 19:58:47 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#3972
No description provided.