Skip to content

Commit

Permalink
Move codespell in makefile (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot committed Jun 29, 2022
1 parent 8169ed6 commit 4a41044
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 @@ -29,6 +29,7 @@ endif
#pylint -d C,W,R $(checkfiles)
#bandit -r $(checkfiles)
twine check dist/*
codespell $(checkfiles)

lint: deps build
ifneq ($(shell which black),)
Expand All @@ -39,7 +40,6 @@ endif
#pylint $(checkfiles)
bandit -r $(checkfiles)
twine check dist/*
codespell $(checkfiles)

test: deps
$(py_warn) TORTOISE_TEST_DB=sqlite://:memory: pytest $(pytest_opts)
Expand Down

0 comments on commit 4a41044

Please sign in to comment.