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 b58cb20 commit ce4a701Copy full SHA for ce4a701
.github/workflows/pytest.yaml
@@ -38,21 +38,11 @@ jobs:
38
run: |
39
make check-types
40
41
- - name: Lint with flake8
+ - name: Lint with ruff
42
if: steps.install.outcome == 'success' && (success() || failure())
43
44
make check-lint
45
46
- - name: black
47
- if: steps.install.outcome == 'success' && (success() || failure())
48
- run: |
49
- make check-black
50
-
51
- - name: isort
52
53
54
- make check-isort
55
56
playwright-shiny:
57
runs-on: ${{ matrix.os }}
58
if: github.event_name != 'release'
0 commit comments