Skip to content

style(black&ruff): fix all legacy code linting errors #1108

style(black&ruff): fix all legacy code linting errors

style(black&ruff): fix all legacy code linting errors #1108

Workflow file for this run

name: Python Linting
on: [push, pull_request]
jobs:
linting:
name: Python Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: psf/black@stable