Skip to content

Update ruff.yml

Update ruff.yml #3

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: chartboost/ruff-action@v1
id: ruff
with:
args: --fix --ignore=E203,E231,E266,E402,E501,E703,F821,W291,W293