We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0d09d commit e016c57Copy full SHA for e016c57
1 file changed
.github/workflows/flake8.yml
@@ -14,10 +14,10 @@ jobs:
14
with:
15
python-version: "3.11"
16
- name: Install dependencies
17
- run: |
18
- set -x
19
- python -m pip install --upgrade pip
20
- pip install poetry
21
- poetry install --no-interaction --no-root
22
- - name: Run Flake8
23
- run: poetry run flake8 .
+ run: |
+ set -x
+ python -m pip install --upgrade pip
+ pip install poetry
+ poetry install --no-interaction --no-root
+ - name: Run Flake8
+ run: poetry run flake8 .
0 commit comments