Skip to content

Commit 24a29cf

Browse files
committed
update dependencies in mypy action
1 parent 6654f46 commit 24a29cf

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: astral-sh/ruff-action@v3
14+
- name: Lint and format using Ruff
15+
uses: astral-sh/ruff-action@v3
1516
run: ruff check --fix
1617
run: ruff format --diff
17-
with:
18-
python-version: '3.12'

.github/workflows/type_checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.12'
2121

2222
- name: Install Dependencies
23-
run: pip install mypy
23+
run: pip install mypy certifi
2424

2525
- name: Run mypy
2626
run: mypy .

0 commit comments

Comments
 (0)