We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56fc43 commit 418b68dCopy full SHA for 418b68d
.github/workflows/lint.yaml
@@ -4,14 +4,8 @@ on: [push, pull_request]
4
5
jobs:
6
lint:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
11
- uses: psf/black@stable
12
- - name: Setup flake8 annotations
13
- uses: rbialon/flake8-annotations@v1
14
- - name: flake8
15
- run: |
16
- pip install flake8
17
- flake8 --ignore=E203,E501,W503 --max-line-length=88 .
+ - uses: chartboost/ruff-action@v1
0 commit comments