diff --git a/pylintrc b/pylintrc index 9259f797..e0ccb56d 100644 --- a/pylintrc +++ b/pylintrc @@ -56,4 +56,4 @@ ignore-docstrings=yes # (useful for modules/projects where namespaces are manipulated during runtime # and thus existing member attributes cannot be deduced by static analysis. It # supports qualified module names, as well as Unix pattern matching. -ignored-modules=numpy,numpy.*,scipy,scipy.spatial,scipy.stats,scipy.spatial.qhull +ignored-modules=numpy,numpy.*,scipy.stats,scipy.spatial diff --git a/tox.ini b/tox.ini index 4b770968..fb6f611f 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ convention = google [gh-actions] python = - 3.8: py38, lint, docs - 3.9: py39 + 3.8: py38, lint + 3.9: py39, docs 3.10: py310 3.11: py311