Mike Hodgkns
Mike Hodgkns
**Describe the bug** Unable to run Yor via pre-commit in Windows **To Reproduce** Steps to reproduce the behavior: 1. Use Yor in pre-commit: ``` - repo: https://github.com/bridgecrewio/yor rev: 0.1.143 hooks:...
## Recreating the issue ```python import boto3 from moto import mock_aws STATE_MACHINE_DEFINITION = """ { "StartAt": "ListTables", "States": { "ListTables": { "Type": "Task", "Parameters": {}, "Resource": "arn:aws:states:::aws-sdk:dynamodb:listTables", "End": true, "Credentials":...