Skip to content

Commit 971815b

Browse files
committed
pin pylint to pre 2.13
pylint 2.13+ has a bug with disable=R and ignore-imports=y, which we use. See pylint-dev/pylint#6301 for details
1 parent 93d4bbd commit 971815b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-python@v3
2121
if: matrix.target == 'lint'
2222
- name: Install
23-
run: pip install flake8 pylint
23+
run: pip install flake8 'pylint<2.13'
2424
if: matrix.target == 'lint'
2525
- name: Run tests
2626
run: make ${{ matrix.target }}

0 commit comments

Comments
 (0)