Skip to content

Rename classes, variables and methods according to PEP-8 conventions #2

Rename classes, variables and methods according to PEP-8 conventions

Rename classes, variables and methods according to PEP-8 conventions #2

Workflow file for this run

name: Ruff
on:
push:
branches:
main
pull_request:
branches:
main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1