Skip to content

Commit 2b498af

Browse files
committed
remove lint from make test
1 parent 63d11be commit 2b498af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ build: clean-build ## Builds source and wheel package
6969
release: ## Package and upload a release
7070
twine upload dist/*
7171

72-
test: clean-build lint ## Run tests quickly with the default Python
72+
test: clean-build ## Run tests quickly with the default Python
7373
./tests/run.py
7474

7575
test-coverage: ## Check code coverage quickly with the default Python

0 commit comments

Comments
 (0)