X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af756d61ddb0bc0139adaf905372a5b35ce18029..98c1b923fc090f830b7b3a575e3d08ba399bd870:/.github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1b81f4f2..fb664d99 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -103,12 +103,12 @@ jobs: - name: Install Python webservers run: pip3 install falcon starlette asgi_lifespan - - name: Install latest pylint - run: pip3 install -U pylint + - name: Install latest flake8 + run: pip3 install -U flake8 if: matrix.flavour == 'ubuntu-22' - name: Python linting - run: python3 -m pylint src + run: python3 -m flake8 src working-directory: Nominatim if: matrix.flavour == 'ubuntu-22'