Skip to content

Commit c37efdb

Browse files
committed
run mypy
1 parent a9a6db4 commit c37efdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
3636
run: |
3737
uv run pre-commit run --all-files
38+
uv run --with mypy mypy --with types-attrs -p stac_fastapi
3839
3940
- name: Run tests
4041
run: uv run pytest -svvv

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: ruff-format
88

99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.15.0
10+
rev: v1.19.0
1111
hooks:
1212
- id: mypy
1313
language_version: python

0 commit comments

Comments
 (0)