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

module: use yapf formatter, reduce pylint warnings

This commit is contained in:
cn
2019-12-15 23:12:15 +01:00
committed by Christian Nicolai
parent 346ea6c0de
commit e7f0091f22
7 changed files with 77 additions and 628 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 bme280
poetry run yapf -q -r bme280
poetry run pylint --ignore=snapshots bme280 tests
.PHONY: test
test: ## Run all tests