From 0dda25407527e315ec35f8de324409b8d7891331 Mon Sep 17 00:00:00 2001 From: Eleftherios Zisis Date: Wed, 24 Jan 2024 11:22:24 +0100 Subject: [PATCH] Move lint to py39 --- pylintrc | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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