Skip to content

Add codespell (config, workflow, pre-commit) to detect new typos, fix found typos #1

Add codespell (config, workflow, pre-commit) to detect new typos, fix found typos

Add codespell (config, workflow, pre-commit) to detect new typos, fix found typos #1

Workflow file for this run

name: Pre-commit
on: [push, pull_request]
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1