Skip to content

Update .pre-commit-hooks.yaml #10

Update .pre-commit-hooks.yaml

Update .pre-commit-hooks.yaml #10

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py12"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310", "py311", "py312"]'
os: ubuntu-latest