Update terraform #951
Annotations
16 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/utils/parse_date.py#L55
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)
|
server/cshr/utils/vacation_balance_helper.py#L38
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
|
server/cshr/utils/vacation_balance_helper.py#L54
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
|
server/cshr/views/event.py#L31
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
|
server/cshr/views/meetings.py#L35
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
|
server/cshr/views/vacations.py#L90
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
|
server/cshr/views/vacations.py#L128
Blank line contains whitespace (W293)
|
server/cshr/views/vacations.py#L130
Blank line contains whitespace (W293)
|
server/settings.py#L161
At least two spaces before inline comment (E261)
|
server/settings.py#L161
Inline comment should start with '# ' (E262)
|
server/settings.py#L171
Trailing whitespace (W291)
|
server/settings.py#L177
Missing whitespace around operator (E225)
|