Skip to content

Bump ruff from 0.2.2 to 0.3.0 #676

Bump ruff from 0.2.2 to 0.3.0

Bump ruff from 0.2.2 to 0.3.0 #676

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linters:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
ruff: true