Skip to content

Commit 0e426c9

Browse files
committed
Disable Pylint for Python 3.11
1 parent 05ec7d7 commit 0e426c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
pip install --upgrade .
4848
4949
- name: Running checks ☑
50+
if: matrix.python-version != '3.11' # Pylint currently triggers erroneous no-member errors
5051
run: pre-commit run --all-files --verbose

0 commit comments

Comments
 (0)