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.
2 parents b413bbb + 075b89c commit a4e2bddCopy full SHA for a4e2bdd
.flake8
.github/workflows/build.yml
@@ -32,10 +32,6 @@ jobs:
32
run: |
33
uv sync --extra everything --dev
34
35
- - name: Run flake8
36
- run: |
37
- uv run flake8 --count --show-source --statistics src/ tests/
38
-
39
- name: Run pylint
40
41
uv run pylint src/ tests/
pyproject.toml
@@ -61,7 +61,6 @@ docs = [
61
]
62
63
lint = [
64
- "flake8 >= 3.9.2",
65
"pylint >= 2.16.0",
66
"ruff >= 0.9.6"
67
0 commit comments