Skip to content

pip: bump packaging from 23.2 to 25.0 #91

pip: bump packaging from 23.2 to 25.0

pip: bump packaging from 23.2 to 25.0 #91

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 1
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
with:
persist-credentials: false
- uses: actions/setup-python@v6.0.0
with:
python-version: "3.x"
- uses: tox-dev/action-pre-commit-uv@v1