django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
03e5e486d892e54885b52757f2a40c8df4912056
parent
f655cffef62c977820d27b1cab82dd62edc419f8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-18 17:37
ruff: adapt to 0.3.0

Diffstat

M .github/workflows/main.yml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -8,7 +8,7 @@ jobs:
    8     8     - run: pip install ruff
    9     9     - name: linters
   10    10       run: |
   11    -1         ruff mfa tests
   -1    11         ruff check mfa tests
   12    12   test:
   13    13     runs-on: ubuntu-latest
   14    14     strategy: