Skip to content

Commit cad9c62

Browse files
authored
Reformat braces ${{ x }} -> ${{x}} (#170)
1 parent c7ceb2a commit cad9c62

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Run 'pre-commit'
1313
uses: dycw/action-pre-commit@latest
1414
with:
15-
token: ${{ secrets.GITHUB_TOKEN }}
15+
token: ${{secrets.GITHUB_TOKEN}}
1616
repos: |-
1717
dycw/pre-commit-hook-nitpick
1818
pre-commit/pre-commit-hooks
@@ -22,21 +22,21 @@ jobs:
2222
- name: Run 'pyright'
2323
uses: dycw/action-pyright@latest
2424
with:
25-
token: ${{ secrets.GITHUB_TOKEN }}
25+
token: ${{secrets.GITHUB_TOKEN}}
2626
python-version: "3.14"
2727
pytest:
2828
env:
2929
CI: "1"
30-
name: pytest (${{ matrix.os }}, ${{ matrix.python-version }}, ${{
31-
matrix.resolution }})
32-
runs-on: ${{ matrix.os }}
30+
name: pytest (${{matrix.os}}, ${{matrix.python-version}},
31+
${{matrix.resolution}})
32+
runs-on: ${{matrix.os}}
3333
steps:
3434
- name: Run 'pytest'
3535
uses: dycw/action-pytest@latest
3636
with:
37-
token: ${{ secrets.GITHUB_TOKEN }}
38-
python-version: ${{ matrix.python-version }}
39-
resolution: ${{ matrix.resolution }}
37+
token: ${{secrets.GITHUB_TOKEN}}
38+
python-version: ${{matrix.python-version}}
39+
resolution: ${{matrix.resolution}}
4040
strategy:
4141
fail-fast: false
4242
matrix:
@@ -53,4 +53,4 @@ jobs:
5353
- name: Run 'ruff'
5454
uses: dycw/action-ruff@latest
5555
with:
56-
token: ${{ secrets.GITHUB_TOKEN }}
56+
token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Tag latest commit
1111
uses: dycw/action-tag@latest
1212
with:
13-
token: ${{ secrets.GITHUB_TOKEN }}
13+
token: ${{secrets.GITHUB_TOKEN}}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/dycw/pre-commit-hook-nitpick
3-
rev: 0.7.3
3+
rev: 0.7.6
44
hooks:
55
- args:
66
- --description=Template for Python packages

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)