Skip to content

Commit

Permalink
Modify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Jun 10, 2024
1 parent 4e6d05c commit 6bd4bd9
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 --verbose hypernetx
@$(PYTHON3) -m pylint --recursive=y --persistent=n --exit-zero --verbose hypernetx

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

0 comments on commit 6bd4bd9

Please sign in to comment.