diff --git a/pyproject.toml b/pyproject.toml index e629375b..be33cee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ nbmake = "^1.5.3" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -pylint = "3.2.2" +pylint = "^3.1.0" black = "^24.3.0" flake8 = {version = "^7.0.0", python = "^3.9"} pylint-exit = "^1.2.0" diff --git a/tox.ini b/tox.ini index b9014a39..88cf3c84 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ min_version = 4.13.0 skip_missing_interpreters = true envlist = - lint + #lint notebooks-test py310 py311 @@ -16,7 +16,7 @@ envlist = [gh-actions] python = 3.10: py310 - 3.11: py311, lint, notebooks-test + 3.11: py311, notebooks-test 3.12: py312 [testenv] @@ -42,7 +42,7 @@ commands = description = run linters basepython = python3.11 commands_pre = - poetry --verbose install --with lint + poetry install --with lint commands = poetry run pylint --recursive=y --exit-zero --persistent=n hypernetx poetry run flake8 hypernetx --exit-zero