Skip to content

Commit

Permalink
lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 7, 2024
1 parent dec6198 commit d656949
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ basepython = python3.11
commands_pre =
poetry install --with lint
commands =
poetry check
; 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

Expand Down

0 comments on commit d656949

Please sign in to comment.