We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bd8d7 commit bcb1274Copy full SHA for bcb1274
.github/workflows/lint.yml
@@ -30,9 +30,9 @@ jobs:
30
else
31
PIP_ARGS=""
32
fi
33
- python3 -mpip install -q --upgrade pip "${PIP_ARGS}"
34
- python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check "${PIP_ARGS}"
35
- python3 -mpip install -q flake8-sarif-formatter "${PIP_ARGS}"
+ python3 -mpip install ${PIP_ARGS} -q --upgrade pip
+ python3 -mpip install ${PIP_ARGS} -q flake8 pylint ruff mypy pytype pyright fixit pyre-check
+ python3 -mpip install ${PIP_ARGS} -q flake8-sarif-formatter
36
- name: Run Python Lint
37
uses: advanced-security/python-lint-code-scanning-action@main
38
with:
0 commit comments