Enable submission of repayment requests #1259
Annotations
8 errors and 3 warnings
Execute mypy:
pycroft/lib/finance/repayment/fields.py#L12
Function is missing a type annotation for one or more arguments [no-untyped-def]
|
Execute mypy:
web/blueprints/finance/__init__.py#L1628
Missing positional argument "template_name_or_list" in call to "render_template" [call-arg]
|
Execute mypy
Process completed with exit code 1.
|
Execute ruff:
pycroft/model/repayment.py#L2
pycroft/model/repayment.py:2:28: F401 `sqlalchemy.orm.relationship` imported but unused
|
Execute ruff:
pycroft/model/repayment.py#L16
pycroft/model/repayment.py:16:20: F821 Undefined name `Decimal`
|
Execute ruff:
pycroft/model/repayment.py#L16
pycroft/model/repayment.py:16:45: F821 Undefined name `Decimal`
|
Execute ruff
Process completed with exit code 1.
|
Render sphinx warnings as annotations
42:ERROR:
|
Render sphinx warnings as annotations:
pycroft/lib/user.py#L1
docstring of pycroft.lib.user.edit_email:8: Field list ends without a blank line; unexpected unindent.
|
Render sphinx warnings as annotations:
pycroft/lib/user.py#L1
docstring of pycroft.lib.user.edit_birthdate:5: Field list ends without a blank line; unexpected unindent.
|
Render sphinx warnings as annotations:
ldap_sync/sources/db.py#L1
docstring of ldap_sync.sources.db._fetch_db_properties:3: undefined label: 'exported_properties'
|
Loading