-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruff.json
More file actions
53 lines (53 loc) · 1.45 KB
/
ruff.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
{
"cell": null,
"code": "F401",
"end_location": {
"column": 33,
"row": 1
},
"filename": "E:\\My Github\\PixelQueue\\api\\app\\models\\__init__.py",
"fix": null,
"location": {
"column": 29,
"row": 1
},
"message": "`app.models.base.Base` imported but unused; consider removing, adding to `__all__`, or using a redundant alias",
"noqa_row": 1,
"url": "https://docs.astral.sh/ruff/rules/unused-import"
},
{
"cell": null,
"code": "F401",
"end_location": {
"column": 54,
"row": 1
},
"filename": "E:\\My Github\\PixelQueue\\ml-service\\app\\providers\\__init__.py",
"fix": null,
"location": {
"column": 39,
"row": 1
},
"message": "`app.providers.cv_fallback.run_cv_fallback` imported but unused; consider removing, adding to `__all__`, or using a redundant alias",
"noqa_row": 1,
"url": "https://docs.astral.sh/ruff/rules/unused-import"
},
{
"cell": null,
"code": "F401",
"end_location": {
"column": 57,
"row": 2
},
"filename": "E:\\My Github\\PixelQueue\\ml-service\\app\\providers\\__init__.py",
"fix": null,
"location": {
"column": 36,
"row": 2
},
"message": "`app.providers.yolo_seg.run_yolo_segmentation` imported but unused; consider removing, adding to `__all__`, or using a redundant alias",
"noqa_row": 2,
"url": "https://docs.astral.sh/ruff/rules/unused-import"
}
]