]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
whitelist pyosmium for pylint
[nominatim.git] / .github / workflows / ci-tests.yml
index 8b20b55d7820a42318d111b9b7d26cba0e0660cc..323d36d745e3fe821816f08f212990662eeb4f7c 100644 (file)
@@ -52,7 +52,7 @@ jobs:
               run: phpcs --report-width=120 .
 
             - name: Python linting
-              run: pylint nominatim
+              run: pylint --extension-pkg-whitelist=osmium nominatim
 
             - name: PHP unit tests
               run: phpunit ./