Skip to content

ensure bcrypt locked at version that works with passlib #5016

ensure bcrypt locked at version that works with passlib

ensure bcrypt locked at version that works with passlib #5016

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
args: " check --output-format=concise"
- run: ruff format --check