style: apply prettier formatting

This commit is contained in:
printcalc-ci
2026-03-03 11:58:34 +00:00
parent 173a6b70d2
commit b68d702a3d

View File

@@ -80,7 +80,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: "3.12"
- name: Install Semgrep
shell: bash