Skip to content

Bump ruff from 0.0.46 to 0.4.7 #97

Bump ruff from 0.0.46 to 0.4.7

Bump ruff from 0.0.46 to 0.4.7 #97

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.9"