Adding upstream version 1.31.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9aaa9c7fe0
commit
5829a372a2
23 changed files with 166 additions and 107 deletions
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
|
@ -15,16 +15,15 @@ jobs:
|
|||
- name: Check out Git repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
# todo
|
||||
# remember to sync the ruff-check version number with pyproject.toml
|
||||
# - name: Run ruff check
|
||||
# uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3.2.2
|
||||
# with:
|
||||
# version: 0.11.5
|
||||
- name: Run ruff check
|
||||
uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
|
||||
with:
|
||||
version: 0.11.5
|
||||
|
||||
# remember to sync the ruff-check version number with pyproject.toml
|
||||
- name: Run ruff format
|
||||
uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3.2.2
|
||||
uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
|
||||
with:
|
||||
version: 0.11.5
|
||||
args: 'format --check'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue