mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-16 14:16: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:
|
||||
src: web
|
||||
version: 0.0.280
|
||||
continue-on-error: true
|
||||
- name: Lint with isort
|
||||
run: |
|
||||
cd web
|
||||
python -m isort --check --diff .
|
||||
continue-on-error: true
|
||||
- name: Lint with black
|
||||
run: |
|
||||
cd web
|
||||
python -m black --check --verbose .
|
||||
continue-on-error: true
|
||||
- name: Lint with pyupgrade
|
||||
run: |
|
||||
cd web
|
||||
python -m pyupgrade --py311-plus .
|
||||
continue-on-error: true
|
||||
python -m pyupgrade --py311-plus
|
||||
|
Loading…
x
Reference in New Issue
Block a user