From: Sarah Hoffmann Date: Sun, 12 Feb 2023 09:17:08 +0000 (+0100) Subject: add typing information for pygments to requirements X-Git-Tag: v4.3.0~103^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6c6b1c06063ae4bab84d4ec1e3f0e1a1ac035baf?hp=a5f5add630a06eb7cfd9b6e6fe3dfade7bb9e138 add typing information for pygments to requirements --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 76054d6a..7dfb3f1d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -140,7 +140,7 @@ jobs: working-directory: Nominatim/test/bdd - name: Install mypy and typechecking info - run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson typing-extensions + run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson types-Pygments typing-extensions if: matrix.flavour != 'oldstuff' - name: Python static typechecking diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 7284e99e..3234b8cb 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -65,7 +65,7 @@ sudo apt install php-cgi phpunit php-codesniffer \ pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \ mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \ - types-ujson types-requests typing-extensions\ + types-ujson types-requests types-Pygments typing-extensions\ sanic-testing httpx asgi-lifespan ```