Skip to content

Commit

Permalink
hotfix test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 31, 2024
1 parent 46d2e72 commit 529b7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lint: pylint flake8

.PHONY: pylint
pylint:
@$(PYTHON3) -m pylint --recursive=y --persistent=n --exit-zero --verbose hypernetx
@$(PYTHON3) -m pylint --recursive=y --persistent=n --verbose hypernetx

# Todo: fix flake8 errors and remove --exit-zero
.PHONY: flake8
Expand Down

0 comments on commit 529b7b4

Please sign in to comment.