We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ec7d7 commit 0e426c9Copy full SHA for 0e426c9
1 file changed
.github/workflows/ci.yml
@@ -47,4 +47,5 @@ jobs:
47
pip install --upgrade .
48
49
- name: Running checks ☑
50
+ if: matrix.python-version != '3.11' # Pylint currently triggers erroneous no-member errors
51
run: pre-commit run --all-files --verbose
0 commit comments