Skip to content

Feat: filter function signatures to prevent error when passing to new… #1254

Feat: filter function signatures to prevent error when passing to new…

Feat: filter function signatures to prevent error when passing to new… #1254

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"