Skip to content

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4 #538

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4 #538

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