Skip to content

Commit b9dc12d

Browse files
authored
Disable pylint in the CI (python-zeroconf#886)
1 parent b9eae5a commit b9dc12d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
run: |
5757
${{ matrix.venvcmd }}
5858
make black_check
59-
- name: Run pylint
60-
if: ${{ runner.os == 'Linux' && matrix.python-version != 'pypy3' }}
61-
run: |
62-
${{ matrix.venvcmd }}
63-
make pylint
6459
- name: Run tests
6560
run: |
6661
${{ matrix.venvcmd }}

0 commit comments

Comments
 (0)