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 43a7e57 commit 767a6f1Copy full SHA for 767a6f1
.github/workflows/lint.yml
@@ -17,16 +17,4 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
- - name: Setup Python
21
- uses: actions/setup-python@v4
22
-
23
- - name: Setup flake8 annotations
24
- uses: rbialon/flake8-annotations@v1
25
26
- - name: Install flake8
27
- run: |
28
- python -m pip install -U pip
29
- pip install flake8
30
31
- - name: Run flake8
32
- run: flake8 -v .
+ - uses: TrueBrain/actions-flake8@v2
0 commit comments