We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632c739 commit a2b18eaCopy full SHA for a2b18ea
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
- uses: pre-commit/action@v3.0.1
32
with:
33
extra_args: --hook-stage manual --all-files
34
- - name: Run PyLint
35
- run: pipx run nox -s pylint -- --output-format=github
+ #- name: Run PyLint
+ # run: pipx run nox -s pylint -- --output-format=github
36
37
checks:
38
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
0 commit comments