Skip to content

Commit

Permalink
remove flake
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 7, 2024
1 parent e43f513 commit 99e8fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
min_version = 4.13.0
skip_missing_interpreters = true
envlist =
lint
#lint
notebooks-test
py310
py311
Expand All @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit 99e8fc1

Please sign in to comment.