Skip to content

fix nested f string in py3.11 and below #129

fix nested f string in py3.11 and below

fix nested f string in py3.11 and below #129

Workflow file for this run

name: ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1