Skip to content

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #536

chore(deps-dev): bump black from 24.4.1 to 24.4.2

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #536

Workflow file for this run

name: pyright
on: [push]
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python
uses: ./.github/actions/python_setup
- name: set up poetry
uses: ./.github/actions/poetry_setup
- name: Use Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
- name: Install pyright
run: npm install --global pyright
- name: Lint with pyright
run: |
source .venv/bin/activate
pyright