1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2025-06-26 12:30:19 +02:00

module: use yapf formatter, reduce pylint warnings

This commit is contained in:
cn
2020-08-07 23:01:51 +02:00
parent ded2908236
commit b358ea539f
7 changed files with 43 additions and 581 deletions

View File

@ -13,7 +13,8 @@ all: lint test ## Run lint and test (default goal)
.PHONY: lint
lint: ## Lint all source code
poetry run pylint veml6070
poetry run yapf -q -r veml6070
poetry run pylint --ignore=snapshots veml6070 tests
.PHONY: test
test: ## Run all tests