Skip to content

Commit 253f3b9

Browse files
committed
Minor fix
1 parent ed4d5f0 commit 253f3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install pip dependencies
2727
run: |
2828
python3 -mpip install -q --upgrade pip
29-
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit
29+
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check
3030
python3 -mpip install -q flake8-sarif-formatter
3131
- name: Run Python Lint
3232
uses: advanced-security/python-lint-code-scanning-action@main

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
"${PYTHON_CMD}" -mpip install --upgrade pip
8282
8383
# set up linter variables
84-
linters=('ruff' 'flake8' 'pylint' 'mypy' 'pyright' 'pytype' 'fixit', 'pyre')
84+
linters=('ruff' 'flake8' 'pylint' 'mypy' 'pyright' 'pytype' 'fixit' 'pyre')
8585
install_flake8_formatter_linters=('ruff', 'flake8')
8686
install_typeshed_linters=('pyre', 'pytype', 'mypy', 'pyright')
8787
EXTRA_PIP_FLAGS=''

0 commit comments

Comments
 (0)