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 efc7f49 commit d892dccCopy full SHA for d892dcc
.github/workflows/lint.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install pip dependencies
24
run: |
25
python3 -mpip install --upgrade pip
26
- python3 -mpip install flake8 pylint ruff mypy pytype pyright fixit
27
- python3 -mpip install flake8-sarif-formatter
+ python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit
+ python3 -mpip install -q flake8-sarif-formatter
28
- name: Run Python Lint
29
uses: advanced-security/python-lint-code-scanning-action@main
30
with:
0 commit comments