also enable flake for tests in github actions

This commit is contained in:
Sarah Hoffmann
2025-03-09 16:03:02 +01:00
parent 4cc788f69e
commit c70dfccaca

View File

@@ -100,7 +100,7 @@ jobs:
run: ./venv/bin/pip install -U flake8
- name: Python linting
run: ../venv/bin/python -m flake8 src
run: ../venv/bin/python -m flake8 src test/python
working-directory: Nominatim
- name: Install mypy and typechecking info