Fix warnings; use httpx2 and authors_str
This commit is contained in:
parent
1065838ef7
commit
c481c7c88f
14 changed files with 65 additions and 49 deletions
|
|
@ -49,10 +49,10 @@ jobs:
|
|||
docker buildx inspect --bootstrap
|
||||
|
||||
- name: Lint Python code
|
||||
run: ruff check --exit-non-zero-on-fix --verbose
|
||||
run: ruff check --exit-non-zero-on-fix
|
||||
|
||||
- name: Check Python formatting
|
||||
run: ruff format --check --verbose
|
||||
run: ruff format --check
|
||||
|
||||
- name: Lint Dockerfile
|
||||
run: docker build --check .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue