mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-16 22:26:35 +00:00
Fix pyupgrade job
- Remove continue_on_error everywhere
This commit is contained in:
parent
4e446f6c9d
commit
d00cd3845c
6
.github/workflows/web.yaml
vendored
6
.github/workflows/web.yaml
vendored
@ -23,19 +23,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
src: web
|
src: web
|
||||||
version: 0.0.280
|
version: 0.0.280
|
||||||
continue-on-error: true
|
|
||||||
- name: Lint with isort
|
- name: Lint with isort
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
python -m isort --check --diff .
|
python -m isort --check --diff .
|
||||||
continue-on-error: true
|
|
||||||
- name: Lint with black
|
- name: Lint with black
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
python -m black --check --verbose .
|
python -m black --check --verbose .
|
||||||
continue-on-error: true
|
|
||||||
- name: Lint with pyupgrade
|
- name: Lint with pyupgrade
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
python -m pyupgrade --py311-plus .
|
python -m pyupgrade --py311-plus
|
||||||
continue-on-error: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user