Skip to content

fix: update to use pwdlib with argon2 instead of passlib #7

fix: update to use pwdlib with argon2 instead of passlib

fix: update to use pwdlib with argon2 instead of passlib #7

Workflow file for this run

name: Lint code with ruff
on:
push:
branches:
- main
paths:
- "**/*.py"
pull_request:
branches:
- main
paths:
- "**/*.py"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Analysing the code with ruff
uses: astral-sh/ruff-action@v3
with:
args: "check"