Skip to content

Bump pytest from 8.3.2 to 8.3.3 (#126) #293

Bump pytest from 8.3.2 to 8.3.3 (#126)

Bump pytest from 8.3.2 to 8.3.3 (#126) #293

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Pre-commit
uses: pre-commit/action@v3.0.1