Skip to content

Bump ruff from 0.2.0 to 0.2.1 #969

Bump ruff from 0.2.0 to 0.2.1

Bump ruff from 0.2.0 to 0.2.1 #969

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.2
with:
mypy: true
ruff: true
black: true
rstcheck: true