Skip to content

Commit

Permalink
removal of --exit-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 5, 2024
1 parent e9164c7 commit ac509c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ basepython = python3.11
commands_pre =
poetry install --with lint
commands =
poetry run pylint --recursive=y --exit-zero --persistent=n hypernetx
poetry run pylint --recursive=y --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 ac509c9

Please sign in to comment.