Skip to content

Commit 4548f43

Browse files
committed
Comment out Pylint step in CI workflow
The Pylint step in the GitHub Actions CI workflow has been commented out, possibly to temporarily disable linting during CI runs.
1 parent 81adde2 commit 4548f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- uses: pre-commit/action@v3.0.1
3535
with:
3636
extra_args: --hook-stage manual --all-files
37-
- name: Run Pylint
38-
run: uvx nox -s pylint -- --output-format=github
37+
# - name: Run Pylint
38+
# run: uvx nox -s pylint -- --output-format=github
3939

4040
checks:
4141
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)