feat(backend): implement postgres job queue
This commit is contained in:
11
backend/pyproject.toml
Normal file
11
backend/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "W", "F", "I", "B", "C4", "UP", "DJ", "SIM"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"jobs/models.py" = ["DJ001"]
|
||||
"jobs/migrations/*.py" = ["E501"]
|
||||
"jobs/tests/*.py" = ["DJ001"]
|
||||
Reference in New Issue
Block a user