Skip to content

style: Format code with yapf, black, isort and autopep8 #29

style: Format code with yapf, black, isort and autopep8

style: Format code with yapf, black, isort and autopep8 #29

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: password-generator-cli.py
args: --fix