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 16189f1 commit e62f0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test-tox:

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

.PHONY: pylint
pylint:
Expand All @@ -71,10 +71,10 @@ pylint:
# Todo: fix flake8 errors and remove --exit-zero
.PHONY: flake8
flake8:
@$(PYTHON3) -m flake8 hypernetx --exit-zero
@$(PYTHON3) -m flake8 --exit-zero hypernetx

## precommit hooks that include formatter (Black)
.PHONY: pre-commit
pre-commit:
pre-commit install
pre-commit run --all-files
pre-commit run --all-files --verbose

0 comments on commit e62f0db

Please sign in to comment.