Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 8fc0569

Browse files
committed
GitHub Actions: simplify lint job
1 parent 4d77c21 commit 8fc0569

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/linters.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ jobs:
2424
- name: Prepare project for development
2525
run: python -m poetry install
2626

27-
- name: Run black
27+
- name: Run lints
2828
run: |
29-
python -m poetry run black --check .
30-
31-
- name: Run mypy
32-
run: |
33-
MYPYPATH=stubs python -m poetry run mypy --ignore-missing-imports --strict cli_ui
34-
35-
- name: Run pyflakes
36-
run: |
37-
python -m poetry run pyflakes cli_ui/__init__.py cli_ui/tests/test_cli_ui.py
38-
39-
29+
./lint.sh

0 commit comments

Comments
 (0)