django-mfa3

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

commit
72a5937e63fde95f49f6e66bb25d641cce331690
parent
384160f21ee9b33d7adb13924116d4afe0b68db8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-31 09:52
disable RUF012

see https://github.com/astral-sh/ruff/issues/5243

Diffstat

M pyproject.toml 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
    6     6 target-version = "py37"
    7     7 exclude = ["migrations"]
    8     8 select = ["E", "F", "W", "C9", "I", "Q", "UP", "RUF"]
   -1     9 ignore = ["RUF012"]
    9    10 
   10    11 [tool.ruff.flake8-quotes]
   11    12 inline-quotes = "single"