register and sign in pages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[tool.ruff]
|
||||
line-length = 90
|
||||
target-version = "py312"
|
||||
exclude = [".venv", "*/migrations/*"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "UP", "B", "DJ"]
|
||||
ignore = ["E501"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["apibase", "core", "users"]
|
||||
Reference in New Issue
Block a user