File tree Expand file tree Collapse file tree 3 files changed +28
-28
lines changed
Expand file tree Collapse file tree 3 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 3636 - 5432:5432
3737
3838 steps :
39- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
39+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040
4141 - name : Install poetry
4242 run : pipx install poetry
6767 name : Run Pyright
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
70+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7171
7272 - name : Install poetry
7373 run : pipx install poetry
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 needs : [build]
112112 steps :
113- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
113+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
114114
115115 - uses : actions/download-artifact@v4
116116 with :
@@ -145,7 +145,7 @@ jobs:
145145 pipx install poetry
146146 pipx inject poetry 'poetry-dynamic-versioning[plugin]'
147147
148- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
148+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
149149
150150 - name : Build wheel and sdist
151151 run : poetry build
Original file line number Diff line number Diff line change 2929 - id : trailing-whitespace
3030 - id : mixed-line-ending
3131 - repo : https://github.com/RobertCraigie/pyright-python
32- rev : v1.1.384
32+ rev : v1.1.386
3333 hooks :
3434 - id : pyright
3535 additional_dependencies :
4949 - sqlalchemy==2.0.36
5050 - typing-extensions==4.12.2
5151 - repo : https://github.com/astral-sh/ruff-pre-commit
52- rev : v0.7.0
52+ rev : v0.7.1
5353 hooks :
5454 - id : ruff
5555 args : [--fix, --unsafe-fixes]
You can’t perform that action at this time.
0 commit comments