X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/349710ff0108d1203ff182743a3a1ef283dd98d6..e1dc4379e0cd100200ac53752442143ca4846fc5:/.github/workflows/ci-tests.yml?ds=inline 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'