Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ce/connect messaging #35364

Open
wants to merge 57 commits into
base: master
Choose a base branch
from

fix default values

f29ebfc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Ce/connect messaging #35364

fix default values
f29ebfc
Select commit
Loading
Failed to load commit list.
GitHub Actions / Flake8 failed Nov 15, 2024 in 0s

58 errors

Flake8 found 58 errors

Annotations

Check failure on line 166 in corehq/apps/commtrack/sms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/commtrack/sms.py#L166

Do not use bare 'except' (E722)

Check failure on line 273 in corehq/apps/commtrack/sms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/commtrack/sms.py#L273

Local variable 'there' is assigned to but never used (F841)

Check failure on line 353 in corehq/apps/commtrack/sms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/commtrack/sms.py#L353

Missing whitespace around arithmetic operator (E226)

Check failure on line 364 in corehq/apps/commtrack/sms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/commtrack/sms.py#L364

Line too long (117 > 115 characters) (E501)

Check failure on line 174 in corehq/apps/domain/auth.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/domain/auth.py#L174

Too many blank lines (4) (E303)

Check failure on line 424 in corehq/apps/domain/auth.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/domain/auth.py#L424

Multiple spaces after ',' (E241)

Check failure on line 267 in corehq/apps/sms/api.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/api.py#L267

Do not use bare 'except' (E722)

Check failure on line 280 in corehq/apps/sms/api.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/api.py#L280

Do not use bare 'except' (E722)

Check failure on line 410 in corehq/apps/sms/api.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/api.py#L410

Too many blank lines (3) (E303)

Check failure on line 520 in corehq/apps/sms/api.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/api.py#L520

Local variable 'keyword1' is assigned to but never used (F841)

Check failure on line 645 in corehq/apps/sms/api.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/api.py#L645

Do not use bare 'except' (E722)

Check failure on line 220 in corehq/apps/sms/handlers/form_session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/form_session.py#L220

Blank line contains whitespace (W293)

Check failure on line 228 in corehq/apps/sms/handlers/form_session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/form_session.py#L228

Blank line contains whitespace (W293)

Check failure on line 236 in corehq/apps/sms/handlers/form_session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/form_session.py#L236

Blank line contains whitespace (W293)

Check failure on line 311 in corehq/apps/sms/handlers/keyword.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/keyword.py#L311

Do not use bare 'except' (E722)

Check failure on line 547 in corehq/apps/sms/handlers/keyword.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/keyword.py#L547

Line break after binary operator (W504)

Check failure on line 548 in corehq/apps/sms/handlers/keyword.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/handlers/keyword.py#L548

Line break after binary operator (W504)

Check failure on line 6 in corehq/apps/sms/migrations/0061_connectmessage_message_id_connectmessage_received_on.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/migrations/0061_connectmessage_message_id_connectmessage_received_on.py#L6

Expected 2 blank lines, found 1 (E302)

Check failure on line 653 in corehq/apps/sms/models.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/models.py#L653

Blank line contains whitespace (W293)

Check failure on line 655 in corehq/apps/sms/models.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/models.py#L655

Too many blank lines (3) (E303)

Check failure on line 49 in corehq/apps/sms/tests/opt_tests.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/tests/opt_tests.py#L49

Too many blank lines (2) (E303)

Check failure on line 119 in corehq/apps/sms/verify.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/sms/verify.py#L119

Line break after binary operator (W504)

Check failure on line 79 in corehq/apps/smsforms/tasks.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/smsforms/tasks.py#L79

Line too long (119 > 115 characters) (E501)

Check failure on line 523 in corehq/messaging/scheduling/forms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/messaging/scheduling/forms.py#L523

Line too long (116 > 115 characters) (E501)

Check failure on line 525 in corehq/messaging/scheduling/forms.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/messaging/scheduling/forms.py#L525

Line too long (123 > 115 characters) (E501)