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 d892dcc commit c7b8191Copy full SHA for c7b8191
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- name: Install pip dependencies
24
run: |
25
- python3 -mpip install --upgrade pip
+ python3 -mpip install -q --upgrade pip
26
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit
27
python3 -mpip install -q flake8-sarif-formatter
28
- name: Run Python Lint
0 commit comments