Skip to content

Commit ce4a701

Browse files
committed
Update pytest.yaml
1 parent b58cb20 commit ce4a701

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,11 @@ jobs:
3838
run: |
3939
make check-types
4040
41-
- name: Lint with flake8
41+
- name: Lint with ruff
4242
if: steps.install.outcome == 'success' && (success() || failure())
4343
run: |
4444
make check-lint
4545
46-
- name: black
47-
if: steps.install.outcome == 'success' && (success() || failure())
48-
run: |
49-
make check-black
50-
51-
- name: isort
52-
if: steps.install.outcome == 'success' && (success() || failure())
53-
run: |
54-
make check-isort
55-
5646
playwright-shiny:
5747
runs-on: ${{ matrix.os }}
5848
if: github.event_name != 'release'

0 commit comments

Comments
 (0)