Skip to content

Commit

Permalink
test: Don't use lint related plugins when running tests from the Make…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
StuartMacKay committed Feb 9, 2024
1 parent 6138811 commit d5dfe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nvm := sh ~/.nvm/nvm.sh

commit_opts := --gpg-sign
upload_opts := --skip-existing
pytest_opts := --flake8 --black --isort
pytest_opts :=

.PHONY: help
help:
Expand Down

0 comments on commit d5dfe15

Please sign in to comment.