Skip to content

Commit 589e2be

Browse files
committed
satisfy pylint
1 parent a4690cb commit 589e2be

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131

3232
- uses: astral-sh/setup-uv@v6
3333

34-
- uses: pre-commit/action@v3.0.1
35-
with:
36-
extra_args: --hook-stage manual --all-files
37-
- name: Run Pylint
38-
run: uvx nox -s pylint -- --output-format=github
39-
4034
checks:
4135
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
4236
runs-on: ${{ matrix.runs-on }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dependencies = [
5757
"requests",
5858
"setuptools",
5959
"shortuuid",
60-
"versioneer"
6160
]
6261

6362
[project.urls]

0 commit comments

Comments
 (0)