feat: task
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ exclude = ["app/migrations"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
ignore = ["D", "E501", "ANN401", "BLE001", "COM812", "S101", "PT", "S104"]
|
||||
ignore = ["D", "E501", "ANN401", "BLE001", "COM812", "S101", "PT", "S104", "C901"]
|
||||
|
||||
[tool.ty.src]
|
||||
include = ["app"]
|
||||
|
||||
Reference in New Issue
Block a user