Skip to content

Commit

Permalink
Move lint to py39
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Jan 24, 2024
1 parent 9863676 commit cb7d715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb7d715

Please sign in to comment.