Skip to content

Fix crash on ParamSpec with Any callable #134

Fix crash on ParamSpec with Any callable

Fix crash on ParamSpec with Any callable #134

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.1