Fix ignored mypy
errors
#144
Labels
priority: high
High priority
type: maintenance
Related to general repository maintenance
workload: days
Likely takes days to resolve
Milestone
Currently, for the sake of completing the pipeline, we have ignored certain
mypy
errors. We need to work on a solution in order to make our code implementation compatible withmypy
standards without ignoring these lines.Suggestion:
The majority errors are due to the class-based implementation of
foca
in order to access it as a property of theFlask Config
class. Hence one recommendation is to make the Foca app somehow a parent of the Connexion app, in a similar way that the Connexion app is a parent of the Flask app. Or to extend the Flask app (inside the Connexion) in a way that it has a propertyfoca
of typeConfig
.The text was updated successfully, but these errors were encountered: