Skip to content

docs: Add tools to Miscellaneous section in README #71

docs: Add tools to Miscellaneous section in README

docs: Add tools to Miscellaneous section in README #71

GitHub Actions / Flake8 failed Oct 11, 2024 in 0s

4 errors

Flake8 found 4 errors

Annotations

Check failure on line 40 in cloudwatch/cw_fetch_log_groups_with_creation_date.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

cloudwatch/cw_fetch_log_groups_with_creation_date.py#L40

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

Check failure on line 91 in ec2/ec2_delete_ssh_access_security_groups.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

ec2/ec2_delete_ssh_access_security_groups.py#L91

Comparison to False should be 'if cond is False:' or 'if not cond:' (E712)

Check failure on line 112 in general/delete_unused_security_groups.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

general/delete_unused_security_groups.py#L112

Undefined name 'logger' (F821)

Check failure on line 57 in iam/iam_identity_center_create_users.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

iam/iam_identity_center_create_users.py#L57

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