mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-30 17:34:46 +01:00
formatting: apply black formatter
This commit is contained in:
6
Makefile
6
Makefile
@@ -50,9 +50,13 @@ clean-test: ## remove test and coverage artifacts
|
||||
lint: ## check style with flake8
|
||||
flake8 tiingo tests
|
||||
|
||||
format: ## apply opinionated formatting
|
||||
black tiingo/
|
||||
|
||||
|
||||
test: ## run tests quickly with the default Python
|
||||
py.test
|
||||
|
||||
|
||||
|
||||
test-all: ## run tests on every Python version with tox
|
||||
tox
|
||||
|
||||
Reference in New Issue
Block a user