docs: Add tools to Miscellaneous section in README #71
4 errors
Flake8 found 4 errors
Annotations
Check failure on line 40 in cloudwatch/cw_fetch_log_groups_with_creation_date.py
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
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
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
github-actions / Flake8
iam/iam_identity_center_create_users.py#L57
Local variable 'instance_arn' is assigned to but never used (F841)