Skip to content

STYLE: Simplify retrieval of line from TOML file #7

STYLE: Simplify retrieval of line from TOML file

STYLE: Simplify retrieval of line from TOML file #7

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Check install of Python, pre-commit
run: |
./tools/pre-commit-setup.bash
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.1