We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db3e8c commit 18146b8Copy full SHA for 18146b8
1 file changed
.github/workflows/tests.yml
@@ -39,5 +39,5 @@ jobs:
39
- name: Lint
40
if: matrix.python-version == '3.12'
41
run: |
42
- python -m pip install -U pylint
+ python -m pip install -U pylint ".[test]"
43
pylint src
0 commit comments