Skip to content

Commit fde17eb

Browse files
committed
build: Remove pylint (superseded by ruff)
1 parent 223a56e commit fde17eb

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
run: |
3333
uv sync --extra everything --dev
3434
35-
- name: Run pylint
36-
run: |
37-
uv run pylint src/ tests/
38-
3935
- name: Run ruff
4036
run: |
4137
uv run ruff check --output-format=github src/ tests/

.pylintrc

Lines changed: 0 additions & 46 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ docs = [
6060
]
6161

6262
lint = [
63-
"pylint >= 2.16.0",
6463
"ruff >= 0.9.6"
6564
]
6665

0 commit comments

Comments
 (0)