Skip to content

Commit bf79220

Browse files
authored
build: Remove ruff (#4912)
* Update ruff version * Update format command * Update pyproject.toml * Remove line-length * Remove ruff in general
1 parent 4c9dc14 commit bf79220

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/pr-python-checks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
cd backend
5555
mypy .
5656
57-
- name: Run ruff
58-
run: |
59-
cd backend
60-
ruff .
61-
6257
- name: Check import order with reorder-python-imports
6358
run: |
6459
cd backend

backend/pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,3 @@ disable_error_code = ["var-annotated"]
2020
[[tool.mypy.overrides]]
2121
module = "generated.*"
2222
follow_imports = "silent"
23-
24-
[tool.ruff]
25-
ignore = []
26-
line-length = 130
27-
select = [
28-
"E",
29-
"F",
30-
"W",
31-
]

backend/requirements/dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pytest-dotenv==0.5.2
1616
pytest-xdist==3.6.1
1717
pytest==8.3.5
1818
reorder-python-imports-black==3.14.0
19-
ruff==0.0.286
2019
sentence-transformers==4.0.2
2120
trafilatura==1.12.2
2221
types-beautifulsoup4==4.12.0.3

0 commit comments

Comments
 (0)