File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 54
54
cd backend
55
55
mypy .
56
56
57
- - name : Run ruff
58
- run : |
59
- cd backend
60
- ruff .
61
-
62
57
- name : Check import order with reorder-python-imports
63
58
run : |
64
59
cd backend
Original file line number Diff line number Diff line change @@ -20,12 +20,3 @@ disable_error_code = ["var-annotated"]
20
20
[[tool .mypy .overrides ]]
21
21
module = " generated.*"
22
22
follow_imports = " silent"
23
-
24
- [tool .ruff ]
25
- ignore = []
26
- line-length = 130
27
- select = [
28
- " E" ,
29
- " F" ,
30
- " W" ,
31
- ]
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ pytest-dotenv==0.5.2
16
16
pytest-xdist==3.6.1
17
17
pytest==8.3.5
18
18
reorder-python-imports-black==3.14.0
19
- ruff==0.0.286
20
19
sentence-transformers==4.0.2
21
20
trafilatura==1.12.2
22
21
types-beautifulsoup4==4.12.0.3
You can’t perform that action at this time.
0 commit comments