You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* switch to uv+pyproject.toml and move docs
* remove stac-api-validator from dev
* remove 3.14 for now
* use uv
* use uv
* update mirakuru dep
* add python 3.14 in CI
* update lock
* Update CONTRIBUTING.md
Co-authored-by: Henry Rodman <henry.rodman@gmail.com>
* update to python3.14
---------
Co-authored-by: Henry Rodman <henry.rodman@gmail.com>
Use Github [Pull Requests](https://github.com/stac-utils/stac-fastapi-pgstac/pulls) to provide new features or to request review of draft code, and use [Issues](https://github.com/stac-utils/stac-fastapi-pgstac/issues) to report bugs or request new features.
We recommand using [`uv`](https://docs.astral.sh/uv) as project manager for development.
12
8
13
-
This repo is set to use `pre-commit` to run *isort*, *flake8*, *pydocstring*, *black* ("uncompromising Python code formatter") and mypy when committing new code.
9
+
See https://docs.astral.sh/uv/getting-started/installation/ for installation
To run the service on 0.0.0.0:8082 and ingest example data into the database (the "joplin" collection):
@@ -30,26 +30,33 @@ To run the tests:
30
30
make test
31
31
```
32
32
33
-
## Docs
33
+
**pre-commit**
34
+
35
+
This repo is set to use `pre-commit` to run *isort*, *flake8*, *pydocstring*, *black* ("uncompromising Python code formatter") and mypy when committing new code.
0 commit comments