-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruff.json
More file actions
38 lines (38 loc) · 852 Bytes
/
Copy pathruff.json
File metadata and controls
38 lines (38 loc) · 852 Bytes
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
[
{
"cell": null,
"code": "E501",
"end_location": {
"column": 102,
"row": 36
},
"filename": "P:\\extensions\\Rose-Day-Wishing-Game\\src\\config\\settings.py",
"fix": null,
"location": {
"column": 100,
"row": 36
},
"message": "Line too long (102 > 100)",
"noqa_row": 36,
"severity": "error",
"url": "https://docs.astral.sh/ruff/rules/line-too-long"
},
{
"cell": null,
"code": "E501",
"end_location": {
"column": 104,
"row": 41
},
"filename": "P:\\extensions\\Rose-Day-Wishing-Game\\src\\config\\settings.py",
"fix": null,
"location": {
"column": 101,
"row": 41
},
"message": "Line too long (103 > 100)",
"noqa_row": 41,
"severity": "error",
"url": "https://docs.astral.sh/ruff/rules/line-too-long"
}
]