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 6, 2024
1 parent fe1595f commit 16189f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test-tox:

## Lint
.PHONY: lint
lint: pylint flake8
lint: pylint

.PHONY: pylint
pylint:
Expand Down
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MAIN]

# Specify a score threshold to be exceeded before program exits with error.
fail-under=7
# fail-under=7

# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
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 --exit-zero --persistent=n hypernetx
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 16189f1

Please sign in to comment.