[web] Use webargs instead of flask_restful.reqparse #978
Annotations
9 errors and 2 warnings
web/api/v0/__init__.py#L279
web/api/v0/__init__.py:279:25: F821 Undefined name `IPv4Address`
|
web/api/v0/__init__.py#L279
web/api/v0/__init__.py:279:39: F821 Undefined name `IPv6Address`
|
|
web/api/v0/__init__.py#L275
Call to untyped function "IP" in typed context [no-untyped-call]
|
web/api/v0/__init__.py#L279
Name "IPv4Address" is not defined [name-defined]
|
web/api/v0/__init__.py#L279
Name "IPv6Address" is not defined [name-defined]
|
web/api/v0/__init__.py#L667
Argument 5 to "create_member_request" has incompatible type "str"; expected "date" [arg-type]
|
|
|
pycroft/lib/user.py#L1
docstring of pycroft.lib.user.edit_email:8: Field list ends without a blank line; unexpected unindent.
|
pycroft/lib/user.py#L1
docstring of pycroft.lib.user.edit_birthdate:5: Field list ends without a blank line; unexpected unindent.
|
The logs for this run have expired and are no longer available.
Loading