Skip to content

Update ruff.yml

Update ruff.yml #11

Workflow file for this run

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