Skip to content

Update .pre-commit-config.yaml #2

Update .pre-commit-config.yaml

Update .pre-commit-config.yaml #2

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/[email protected]