update CI commands for linting

This commit is contained in:
Sarah Hoffmann 2024-06-12 10:03:41 +02:00
parent aef1357066
commit 3ba330c948

View File

@ -108,7 +108,7 @@ jobs:
if: matrix.flavour != 'oldstuff'
- name: Python linting
run: python3 -m pylint nominatim
run: python3 -m pylint src
working-directory: Nominatim
if: matrix.flavour != 'oldstuff'
@ -126,7 +126,7 @@ jobs:
if: matrix.flavour != 'oldstuff'
- name: Python static typechecking
run: python3 -m mypy --strict nominatim
run: python3 -m mypy --strict src
working-directory: Nominatim
if: matrix.flavour != 'oldstuff'