Skip to content

Removed the values from terraform, created new dummey users. #154

Removed the values from terraform, created new dummey users.

Removed the values from terraform, created new dummey users. #154

Triggered via push November 5, 2023 12:29
Status Success
Total duration 5m 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

50 errors
server/cshr/celery/send_email.py#L11
'os' imported but unused (F401)
server/cshr/celery/send_email.py#L190
Do not use bare 'except' (E722)
server/cshr/models/users.py#L14
Expected 2 blank lines, found 1 (E302)
server/cshr/models/users.py#L56
At least two spaces before inline comment (E261)
server/cshr/models/users.py#L74
Expected 2 blank lines, found 1 (E302)
server/cshr/models/vacations.py#L8
'django.core.exceptions.ValidationError' imported but unused (F401)
server/cshr/models/vacations.py#L63
Expected 2 blank lines, found 1 (E302)
server/cshr/serializers/event.py#L4
'server.cshr.serializers.users.BaseUserSerializer' imported but unused (F401)
server/cshr/serializers/public_holidays.py#L15
Blank line contains whitespace (W293)
server/cshr/serializers/public_holidays.py#L17
Indentation is not a multiple of 4 (E111)
server/cshr/serializers/users.py#L358
Blank line contains whitespace (W293)
server/cshr/serializers/vacations.py#L11
Expected 2 blank lines, found 1 (E302)
server/cshr/serializers/vacations.py#L122
Expected 2 blank lines, found 1 (E302)
server/cshr/serializers/vacations.py#L126
Expected 2 blank lines, found 1 (E302)
server/cshr/services/landing_page.py#L3
'json' imported but unused (F401)
server/cshr/services/office.py#L13
Expected 2 blank lines, found 1 (E302)
server/cshr/services/public_holidays.py#L9
Indentation is not a multiple of 4 (E111)
server/cshr/services/public_holidays.py#L12
Indentation is not a multiple of 4 (E111)
server/cshr/services/public_holidays.py#L14
Expected 2 blank lines, found 1 (E302)
server/cshr/services/public_holidays.py#L15
Indentation is not a multiple of 4 (E111)
server/cshr/services/public_holidays.py#L18
Indentation is not a multiple of 4 (E111)
server/cshr/services/public_holidays.py#L19
Indentation is not a multiple of 4 (E111)
server/cshr/services/public_holidays.py#L23
No newline at end of file (W292)
server/cshr/services/users.py#L77
Expected 2 blank lines, found 1 (E302)
server/cshr/services/vacations.py#L16
Unexpected spaces around keyword / parameter equals (E251)
server/cshr/services/vacations.py#L16
Unexpected spaces around keyword / parameter equals (E251)
server/cshr/services/vacations.py#L17
Unexpected spaces around keyword / parameter equals (E251)
server/cshr/services/vacations.py#L17
Unexpected spaces around keyword / parameter equals (E251)
server/cshr/utils/dummy_data.py#L17
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L30
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L43
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L56
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L69
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L82
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L95
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L108
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L121
Whitespace before ':' (E203)
server/cshr/utils/dummy_data.py#L158
Expected 2 blank lines, found 1 (E302)
server/cshr/utils/dummy_data.py#L159
Indentation is not a multiple of 4 (E111)
server/cshr/utils/dummy_data.py#L166
Expected 2 blank lines, found 1 (E302)
server/cshr/utils/dummy_data.py#L167
Indentation is not a multiple of 4 (E111)
server/cshr/utils/dummy_data.py#L181
Blank line contains whitespace (W293)
server/cshr/utils/dummy_data.py#L181
No newline at end of file (W292)
server/cshr/utils/parse_date.py#L7
Expected 2 blank lines, found 1 (E302)
server/cshr/utils/parse_date.py#L10
Blank line contains whitespace (W293)
server/cshr/utils/parse_date.py#L15
Blank line contains whitespace (W293)
server/cshr/utils/parse_date.py#L18
Expected 2 blank lines, found 1 (E302)
server/cshr/utils/parse_date.py#L65
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
server/cshr/utils/redis_functions.py#L11
'os' imported but unused (F401)
server/cshr/utils/redis_functions.py#L25
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)