Skip to content

ci: replace Python linter flake8 with ruff #2

ci: replace Python linter flake8 with ruff

ci: replace Python linter flake8 with ruff #2

Workflow file for this run

# https://beta.ruff.rs
name: lint_python
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github .