chore: standardize security and quality foundations
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[tool.ruff]
|
||||
target-version = "py314"
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E4", "E7", "E9", "F"]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = ["backend/app"]
|
||||
|
||||
[tool.coverage.report]
|
||||
show_missing = true
|
||||
skip_covered = true
|
||||
fail_under = 45
|
||||
Reference in New Issue
Block a user