Skip to content

feat: only support preview = in [tool.black] #1

feat: only support preview = in [tool.black]

feat: only support preview = in [tool.black] #1

Workflow file for this run

---
name: codespell
on: push # yamllint disable-line rule:truthy
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master