diff --git a/Makefile b/Makefile index c0e519d5..a403223c 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ test-tox: ## Lint .PHONY: lint -lint: flake8 +lint: pylint flake8 .PHONY: pylint pylint: diff --git a/tox.ini b/tox.ini index 04e29757..5fbe4763 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands_pre = poetry install --with lint commands = poetry run pylint --recursive=y --exit-zero --persistent=n hypernetx - poetry run flake8 hypernetx --exit-zero +# poetry run flake8 hypernetx --exit-zero poetry run pre-commit install poetry run pre-commit run --all-files