There was an error while loading. Please reload this page.
1 parent a4690cb commit 589e2beCopy full SHA for 589e2be
2 files changed
.github/workflows/ci.yml
@@ -31,12 +31,6 @@ jobs:
31
32
- uses: astral-sh/setup-uv@v6
33
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
-
40
checks:
41
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
42
runs-on: ${{ matrix.runs-on }}
pyproject.toml
@@ -57,7 +57,6 @@ dependencies = [
57
"requests",
58
"setuptools",
59
"shortuuid",
60
- "versioneer"
61
]
62
63
[project.urls]
0 commit comments