Skip to content
Snippets Groups Projects
Verified Commit e7674d0d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Makefile has `style` target now.

parent 1b7b8263
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!34TableConverter now converts int to float and vice versa to match the desired dtype.
...@@ -107,7 +107,7 @@ style: ...@@ -107,7 +107,7 @@ style:
stage: style stage: style
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
script: script:
- autopep8 -ar --diff --exit-code --exclude swagger_client . - make style
allow_failure: true allow_failure: true
unittest: unittest:
......
...@@ -34,3 +34,7 @@ install: ...@@ -34,3 +34,7 @@ install:
unittest: unittest:
pytest-3 unittests pytest-3 unittests
style:
autopep8 -ar --diff --exit-code --exclude swagger_client .
.PHONY: style
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment