Skip to content

change methods not using its bound instance to staticmethods #30

change methods not using its bound instance to staticmethods

change methods not using its bound instance to staticmethods #30

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