Skip to content

Commit

Permalink
changin pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 5, 2024
1 parent 84f9af8 commit c40c581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 --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 c40c581

Please sign in to comment.