feat: Re-integration of Google Datastore API #3529
Annotations
10 errors
linter (3.12):
src/viur/core/db/transport.py#L102
E713: test for membership should be 'not in'
|
linter (3.12):
src/viur/core/db/transport.py#L133
E251: unexpected spaces around keyword / parameter equals
|
linter (3.12):
src/viur/core/db/transport.py#L141
E261: at least two spaces before inline comment
|
linter (3.12):
src/viur/core/db/transport.py#L170
E261: at least two spaces before inline comment
|
linter (3.12):
src/viur/core/db/transport.py#L179
E128: continuation line under-indented for visual indent
|
linter (3.12):
src/viur/core/db/transport.py#L181
E127: continuation line over-indented for visual indent
|
linter (3.12):
src/viur/core/db/types.py#L36
E501: line too long (121 > 120 characters)
|
linter (3.12):
src/viur/core/db/types.py#L162
E501: line too long (121 > 120 characters)
|
linter (3.12):
src/viur/core/db/utils.py#L70
E722: do not use bare 'except'
|
linter (3.12):
src/viur/core/db/utils.py#L141
E713: test for membership should be 'not in'
|