We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pylint
ruff
1 parent 223a56e commit fde17ebCopy full SHA for fde17eb
.github/workflows/build.yml
@@ -32,10 +32,6 @@ jobs:
32
run: |
33
uv sync --extra everything --dev
34
35
- - name: Run pylint
36
- run: |
37
- uv run pylint src/ tests/
38
-
39
- name: Run ruff
40
41
uv run ruff check --output-format=github src/ tests/
.pylintrc
pyproject.toml
@@ -60,7 +60,6 @@ docs = [
60
]
61
62
lint = [
63
- "pylint >= 2.16.0",
64
"ruff >= 0.9.6"
65
66
0 commit comments