Skip to content

Commit e94859c

Browse files
committed
fix: code style
1 parent 8bbdc9e commit e94859c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
contents: write
2727
pull-requests: write
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30-
with:
31-
persist-credentials: false
32-
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
with:
31+
persist-credentials: false
32+
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

3636
labeler:
3737
name: Set labels

.github/workflows/run_mapdl_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
container:
2525
image: ghcr.io/ansys/mapdl:v22.2-ubuntu@sha256:024c587f4a8190e99cc3f08a2dc231583032e784a8ef7d7659f8dd9748116697
26-
options: "-u=0:0 --entrypoint /bin/bash"
26+
options: -u=0:0 --entrypoint /bin/bash
2727
credentials:
2828
username: ${{ secrets.GH_USERNAME }}
2929
password: ${{ secrets.GH_TOKEN }}

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ tests = [
6262
]
6363

6464
doc = [
65-
"ansys-sphinx-theme[autoapi]==1.6.3",
66-
"grpcio==1.71.2",
67-
"grpcio-health-checking==1.71.2",
68-
"sphinx-click==4.4.0",
69-
"sphinx-copybutton==0.5.2",
70-
"sphinx-gallery==0.19.0",
65+
"ansys-sphinx-theme[autoapi]==1.6.3",
66+
"grpcio==1.71.2",
67+
"grpcio-health-checking==1.71.2",
68+
"sphinx-click==4.4.0",
69+
"sphinx-copybutton==0.5.2",
70+
"sphinx-gallery==0.19.0",
7171
]
7272

7373
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)