diff --git a/pctasks/dev/pctasks/dev/cosmosdb.py b/pctasks/dev/pctasks/dev/cosmosdb.py index ef0a6dc6..34cbfcdb 100644 --- a/pctasks/dev/pctasks/dev/cosmosdb.py +++ b/pctasks/dev/pctasks/dev/cosmosdb.py @@ -34,7 +34,7 @@ def wait_for_emulator_start(url: str) -> None: try_count = 0 while True: try: - resp = requests.get(url, verify=False) # CodeQL [SM03157] Not used in production. # fmt: skip + resp = requests.get(url, verify=False) # CodeQL [SM03157] Not used in production. resp.raise_for_status() break except Exception as e: