django-mfa3

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

commit
5714529839380abc672eca55f7d1276d059d2f88
parent
223c3556a74d9ba34d82205a6efa3ee1409be88b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-03-01 15:12
ruff: rm target-version

the default is reasonable

Diffstat

M pyproject.toml 1 -

1 files changed, 0 insertions, 1 deletions


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

@@ -45,7 +45,6 @@ mfa = [
   45    45 ]
   46    46 
   47    47 [tool.ruff]
   48    -1 target-version = "py38"
   49    48 exclude = ["migrations"]
   50    49 select = ["E", "F", "W", "C9", "I", "Q", "UP", "RUF"]
   51    50 ignore = ["RUF012"]