Skip to content

Read python version from pyproject.toml #1744

Read python version from pyproject.toml

Read python version from pyproject.toml #1744

Workflow file for this run

name: pre-commit-lite
on:
workflow_dispatch:
pull_request:
push:
jobs:
main:
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]