Skip to content

Commit

Permalink
remove flake
Browse files Browse the repository at this point in the history
ryan.danehy@pnnl.gov committed Aug 7, 2024
1 parent caf260d commit e43f513
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
@@ -62,7 +62,7 @@ nbmake = "^1.5.3"
[tool.poetry.group.lint]
optional = true
[tool.poetry.group.lint.dependencies]
pylint = "^3.1.0"
pylint = "3.2.2"
black = "^24.3.0"
flake8 = {version = "^7.0.0", python = "^3.9"}
pylint-exit = "^1.2.0"
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -42,10 +42,10 @@ commands =
description = run linters
basepython = python3.11
commands_pre =
poetry install --with lint
poetry --verbose install --with lint
commands =
# poetry run pylint --recursive=y --exit-zero --persistent=n hypernetx
# poetry run flake8 hypernetx --exit-zero
poetry run pylint --recursive=y --exit-zero --persistent=n hypernetx
poetry run flake8 hypernetx --exit-zero
poetry run pre-commit install
poetry run pre-commit run --all-files

0 comments on commit e43f513

Please sign in to comment.