Skip to content

build: Update target Python version to 3.11. #63

build: Update target Python version to 3.11.

build: Update target Python version to 3.11. #63

Workflow file for this run

name: pre-commit-all
on:
- push
jobs:
pre-commit:
runs-on: Ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
extra_args: --all-files