Skip to content

PEP 667: add 709 impact, other tweaks (#3196) #4642

PEP 667: add 709 impact, other tweaks (#3196)

PEP 667: add 709 impact, other tweaks (#3196) #4642

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
- name: Check spelling
uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual codespell || true