From 16189f16fe34e4d176ac9701b34f137d5f25884c Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Mon, 5 Aug 2024 17:02:42 -0700 Subject: [PATCH] changin pylintrc --- Makefile | 2 +- pylintrc | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bf36b44f..78d10561 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ test-tox: ## Lint .PHONY: lint -lint: pylint flake8 +lint: pylint .PHONY: pylint pylint: diff --git a/pylintrc b/pylintrc index 2499855e..1c32fc1c 100644 --- a/pylintrc +++ b/pylintrc @@ -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 diff --git a/tox.ini b/tox.ini index 9bc799e4..04e29757 100644 --- a/tox.ini +++ b/tox.ini @@ -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