Skip to content

Commit c5573c7

Browse files
authored
Merge pull request #608 from powerapi-ng/build/remove-pylint
build: Remove `pylint` (superseded by `ruff`)
2 parents 223a56e + fde17eb commit c5573c7

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)