HomeSoftware Heritage

api: Add typing to view function signatures

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

api: Add typing to view function signatures

Because parameters of Web API view functions were not typed, mypy was
not processing the body of those functions and thus typing errors could
be missed.

So add typing to these function signatures and fix new mypy errors now
new code is processed.

Details

Provenance
anlambertAuthored on Jun 3 2022, 3:19 PM
anlambertPushed on Jun 8 2022, 3:35 PM
Differential Revision
D7959: api: Add typing to view function signatures
Build Status
Buildable 29805
Build 46581: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.