We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6db4 commit c37efdbCopy full SHA for c37efdb
.github/workflows/cicd.yaml
@@ -35,6 +35,7 @@ jobs:
35
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
36
run: |
37
uv run pre-commit run --all-files
38
+ uv run --with mypy mypy --with types-attrs -p stac_fastapi
39
40
- name: Run tests
41
run: uv run pytest -svvv
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: ruff-format
8
9
- repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.15.0
+ rev: v1.19.0
11
hooks:
12
- id: mypy
13
language_version: python
0 commit comments