Skip to content

Use subprocess.run instead of check_output #184

Use subprocess.run instead of check_output

Use subprocess.run instead of check_output #184

GitHub Actions / Flake8 failed Sep 18, 2023 in 0s

3 errors

Flake8 found 3 errors

Annotations

Check failure on line 7 in src/commcare_cloud/commands/terraform/aws.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/commcare_cloud/commands/terraform/aws.py#L7

'textwrap' imported but unused (F401)

Check failure on line 108 in src/commcare_cloud/commands/terraform/aws.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/commcare_cloud/commands/terraform/aws.py#L108

Too many blank lines (2) (E303)

Check failure on line 431 in src/commcare_cloud/commands/terraform/aws.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/commcare_cloud/commands/terraform/aws.py#L431

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