-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathruff_check.json
More file actions
80 lines (80 loc) · 1.86 KB
/
ruff_check.json
File metadata and controls
80 lines (80 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"cell": null,
"code": "ARG002",
"end_location": {
"column": 58,
"row": 61
},
"filename": "/Users/jonpspri/Projects/databeak/src/databeak/servers/system_server.py",
"fix": null,
"location": {
"column": 43,
"row": 61
},
"message": "Unused method argument: `session_manager`",
"noqa_row": 61,
"url": "https://docs.astral.sh/ruff/rules/unused-method-argument"
},
{
"cell": null,
"code": "RET504",
"end_location": {
"column": 32,
"row": 66
},
"filename": "/Users/jonpspri/Projects/databeak/src/databeak/servers/system_server.py",
"fix": {
"applicability": "unsafe",
"edits": [
{
"content": "return",
"end_location": {
"column": 27,
"row": 63
},
"location": {
"column": 9,
"row": 63
}
},
{
"content": "",
"end_location": {
"column": 1,
"row": 67
},
"location": {
"column": 1,
"row": 66
}
}
],
"message": "Remove unnecessary assignment"
},
"location": {
"column": 16,
"row": 66
},
"message": "Unnecessary assignment to `total_operations` before `return` statement",
"noqa_row": 66,
"url": "https://docs.astral.sh/ruff/rules/unnecessary-assign"
},
{
"cell": null,
"code": "D205",
"end_location": {
"column": 8,
"row": 86
},
"filename": "/Users/jonpspri/Projects/databeak/src/databeak/servers/transformation_server.py",
"fix": null,
"location": {
"column": 5,
"row": 56
},
"message": "1 blank line required between summary line and description",
"noqa_row": 86,
"url": "https://docs.astral.sh/ruff/rules/missing-blank-line-after-summary"
}
]