chore: adhere to ruff's "N" rules (#2377)
* chore: adhere to ruff's "N" rules WARN: reinstall failing extensions! bunch of more consistent variable naming. inspired by this issue. https://github.com/lnbits/lnbits/issues/2308 * fixup! chore: adhere to ruff's "N" rules * rename to funding_source * skip jmeter --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
055426ab53
commit
6d5ad9e229
28 changed files with 191 additions and 173 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -53,13 +53,13 @@ jobs:
|
|||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
jmeter:
|
||||
needs: [ lint ]
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
poetry-version: ["1.5.1"]
|
||||
uses: ./.github/workflows/jmeter.yml
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
# jmeter:
|
||||
# needs: [ lint ]
|
||||
# strategy:
|
||||
# matrix:
|
||||
# python-version: ["3.9"]
|
||||
# poetry-version: ["1.5.1"]
|
||||
# uses: ./.github/workflows/jmeter.yml
|
||||
# with:
|
||||
# python-version: ${{ matrix.python-version }}
|
||||
# poetry-version: ${{ matrix.poetry-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue