We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122d1c0 commit 63d885eCopy full SHA for 63d885e
.github/workflows/pylint.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
set -x
29
pip install pylint
30
- pip install --upgrade -e .
+ pip install --upgrade -e .[full]
31
pylint --exit-zero --errors-only pwnlib -f parseable | cut -d ' ' -f2- > current.txt
32
git fetch origin
33
git checkout origin/"$GITHUB_BASE_REF"
0 commit comments