mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement custom user model with JWT authentication and registration endpoints
This commit is contained in:
@@ -13,3 +13,13 @@ dependencies = [
|
||||
"psycopg2-binary>=2.9.11",
|
||||
"ruff>=0.15.9",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "W", "UP", "I"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"**/migrations/*" = ["E501"] # boilerplate - ignore
|
||||
|
||||
Reference in New Issue
Block a user