Imported Upstream version 3.0.0
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,11 +1,11 @@
|
||||
|
||||
.PHONY: format
|
||||
format:
|
||||
black src tests *.py && isort -rc src tests *.py
|
||||
black src tests *.py && isort src tests *.py
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
flake8 src tests *.py && isort --check-only -rc src tests *.py && black --check src tests *.py && mypy src tests
|
||||
flake8 src tests *.py && isort --check-only src tests *.py && black --check src tests *.py && mypy src tests
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user