Skip to content

Add typehints #238

@LordGvozd

Description

@LordGvozd

Description

Currently, the project code does not use type annotations, which can make it difficult to understand data types and complicate code maintenance and refactoring.

Proposal

I propose to gradually add type annotations to the project.

Why is this important?

Adding type annotations will improve code readability, which will simplify code support and adding new features. Also a static analyzer of mypy type may reduce the number of bugs.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions