django-mfa3

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

commit
00c35f1bef2a4edfaa4a5ee56ff5a821a45d2976
parent
5714529839380abc672eca55f7d1276d059d2f88
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-03-01 15:12
ruff: adapt to 2.0

Diffstat

M pyproject.toml 6 ++++--

1 files changed, 4 insertions, 2 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -46,13 +46,15 @@ mfa = [
   46    46 
   47    47 [tool.ruff]
   48    48 exclude = ["migrations"]
   -1    49 
   -1    50 [tool.ruff.lint]
   49    51 select = ["E", "F", "W", "C9", "I", "Q", "UP", "RUF"]
   50    52 ignore = ["RUF012"]
   51    53 
   52    -1 [tool.ruff.flake8-quotes]
   -1    54 [tool.ruff.lint.flake8-quotes]
   53    55 inline-quotes = "single"
   54    56 
   55    -1 [tool.ruff.isort]
   -1    57 [tool.ruff.lint.isort]
   56    58 force-single-line = true
   57    59 
   58    60 [tool.coverage.run]